PDA

View Full Version : Openssh Help


AnimeFreak
8th February 2009, 10:53 PM
I have OpenSSH_5.1p1, OpenSSL 0.9.8g 19 Oct 2007.


What I want to know is if this command will produce ssh1 keys OR will it produce ssh2 keys.


ssh-keygen -t rsa -b 4096


If it produces ssh1 keys, how can I produce ssh2 keys?


NOTE: Is it possible to create keys with aes as the cipher (for use with openssh)?



Thanks,

AnimeFreak

BillT440
10th February 2009, 03:03 AM
use:
-t dsa

AnimeFreak
11th February 2009, 02:49 AM

Thanks, I will try that.




Thanks Again,


AnimeFreak