| SSH with RSA auth | How to set up RSA authentication with SSH |
- On the client, run ssh-keygen (possibly with a password to use).
- Copy the ~/.ssh/identity.pub to the server and add it to the ~/.ssh/authorized_keys file on the server side.
DONE!
No password needed anymore!
Copyright © 2004 Ola Lundqvist |