links - openssh [links - soft] [links] [home] [search


openssh authorized keys creation:
  1. ssh-keygen -f id_(rsa|dsa) -t (rsa|dsa) will create id_(rsa|dsa) and id_(rsa|dsa).pub
  2. keep them in ~/.ssh/
  3. 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