Discussion:
[JSch-users] Fwd: OpenSSH Certificates
Reynir Björnsson
2015-11-10 09:23:29 UTC
Permalink
Hello,

Does JSch support OpenSSH style certificates[1]? In particular for host
keys when connecting as a client.


Regards,

Reynir

[1]: See the CERTIFICATES section of ssh-keygen(1)
Lothar Kimmeringer
2015-11-17 09:31:25 UTC
Permalink
Post by 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

------------------------------------------------------------------------------
Hajo Passon
2015-11-17 10:13:36 UTC
Permalink
Hello Reynir,

have a look at
http://stackoverflow.com/questions/24488162/jcraft-scp-using-private-key-without-password/24488776#24488776.
You will find examples of connection building with and without host key.

regards,
Hajo
Post by Reynir Björnsson
Hello,
Does JSch support OpenSSH style certificates[1]? In particular for
host keys when connecting as a client.
Regards,
Reynir
[1]: See the CERTIFICATES section of ssh-keygen(1)
------------------------------------------------------------------------------
_______________________________________________
JSch-users mailing list
https://lists.sourceforge.net/lists/listinfo/jsch-users
--
*Hajo Passon*
Softwarearchitekt

form4 GmbH & Co. KG
Schlesische Straße 26
10997 Berlin

Telefon: (030) 278784-14
Fax: (030) 278784-10
E-Mail: ***@form4.de

Website: www.form4.de

Geschäftsführung: Oliver Meimberg
AG Charlottenburg, HRA 31947
USt-ID: DE 212945315
Atsuhiko Yamanaka
2015-11-19 16:09:44 UTC
Permalink
Hi,

On Tue, Nov 10, 2015 at 6:23 PM, Reynir Björnsson
Post by Reynir Björnsson
Does JSch support OpenSSH style certificates[1]?
In particular for host keys when connecting as a client.
It has not been supported yet.


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
+1-415-578-3454
Skype callto://jcraft/
Twitter: http://twitter.com/ymnk
Facebook: http://facebook.com/aymnk

------------------------------------------------------------------------------
Loading...