Link to home
Create AccountLog in
Avatar of itguy411
itguy411

asked on

how to generate a rsa key on redhat - complatable with old systems

I need to create a key that is compatible as far back as Solaris 2 which we still have in production.

I am using Redhat ( centos 5 actually :)

I am assuming that I need a simple passphrase, 1028 bits and RSA.

If I just run the ssh-keygen command I get a great secure key, so secure that I have problems with it ;(

I can look in the man page but it takes me so long to try keys and use it for a while to learn I it does not work with older systems.  If someone has suggestions, I can compare the suggestion to the man page.


ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of itguy411
itguy411

ASKER

Ravenpl:
you earned the points however I as wondering if you would throw me a bone ?

If I create an RSA1 key, can I use it with newer servers that support RSA2 ?

No. Unless the server support sshv1 as well(and configured to use it).