1. Run ssh-keygen on client, which will generate id_rsa and id_rsa.pub at ~/.ssh folder
2. Run ssh-copy-id : $ssh-copy-id username@server-ip
3. $ssh username@server-ip
1. Run ssh-keygen on client, which will generate id_rsa and id_rsa.pub at ~/.ssh folder
2. Run ssh-copy-id : $ssh-copy-id username@server-ip
3. $ssh username@server-ip
本文标题:How To Set Up SSH Keys on Ubuntu
本文链接:https://www.haomeiwen.com/subject/qhnacctx.html
网友评论