how i fixed my linux
Sunday, 7 September 2014
2 steps for passwordless SSH login
1. Open terminal and run: ssh-keygen
2. Then: ssh-copy-id remote-user@remote-hostname
If you want to give root ssh access to the remote system (e.g. for rsnapshot) then just run 'sudo su' before those two commands.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)