Re: [JSch-users] Fwd: OpenSSH Certificates
Status: Alpha
Brought to you by:
ymnk
|
From: Lothar K. <jo...@ki...> - 2015-11-17 09:31:27
|
Am 10.11.2015 um 10:23 schrieb Reynir Björnsson: > Does JSch support OpenSSH style certificates[1]? In particular > for host keys when connecting as a client. AFAIK the OpenSSH-format is essentially the format being used within SSH itself, so the short answer should be yes. What exactly do you want to do. There are helper-methods e.g. KeyPair.load to load a KeyPair from the two files. Cheers, Lothar |