[On the client side:]
1)
#ssh-keygen -t rsa
Keep pressing [ENTER] button until the end.
2)
#ssh-copy-id -i $HOME/.ssh/id_rsa.pub root@192.168.0.3:
The IP address shown above, namely 192.168.0.3, refers to the server's IP address.
3)
Done!
No comments:
Post a Comment