Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Avoid SSH key length errors in RSA keys' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Avoid SSH key length errors in RSA keys
Authored by: pwharff on Jul 15, '03 02:23:31AM
Next time instead of copying and pasting, transfer the id_rsa.pub file to your .ssh directory and then type the following in the terminal:

cat id_rsa.pub >> authorized_keys2

This way there is no guessing if it got added correctly. BTW, I use to always have this problem with my rsa keys until someone else showed me. =)

[ Reply to This | # ]