openssh authorized keys creation:
-
ssh-keygen -f id_(rsa|dsa) -t (rsa|dsa)
will create id_(rsa|dsa) and id_(rsa|dsa).pub
- keep them in ~/.ssh/
- append .pub file to ~/.ssh/authorized_keys on the server side.
created Mar 25 2006
last updated Thu Apr 20 19:37:32 IDT 2006