How To Set Up SSH Keys on Ubuntu
2019-07-02 本文已影响0人
goldenfiredo
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