[Mono-list] More CVS woes.
John Barnette
jbarn@httcb.net
Tue, 31 Jul 2001 14:43:17 -0600
> I'm useing openssh ver 2.5.2p2-5 from redhat 7.1, how do you create a ssh2
> key useing this version?
I don't have a RedHat box handy to check for sure, but see if your version
of 'ssh-keygen' has a '-t' option. If it does, the following should hold
true:
-t rsa # SSH2 RSA keypair (id_rsa and id_rsa.pub)
-t dsa # SSH2 DSA keypair (id_dsa and id_dsa.pub)
-t rsa1 # (possibly the default) SSH1 RSA keypair
# (identity and identity.pub)
~ j.