HowTo Create SSH Keys
[crayon-69be70c537eae741457010/] You can press enter here, saving the file to the user home (in this case, my example user is called demo). [crayon-69be70c537eb6846371415/] Press enter if you want a password-less key or type your password: [crayon-69be70c537eb8634221826/] Copy you ssh key to your VPS (non-root user): It will ask for your password [crayon-69be70c537eb9878353236/] Copy you ssh key to your VPS (root user): Login with your non-root user, become root (sudo su) and copy/paste your ssh public key (ex. id_rsa.pub) in /root/.ssh/authorized_keys. Step 1: [crayon-69be70c537ebb210559637/] Step 2: [crayon-69be70c537ebd062977442/] Step 3 (optional): if the .ssh directory doesn't exist, create it [crayon-69be70c537ebe720533311/] Step 4: Paste your public key (ex. id_rsa.pub) in authorized_keys [crayon-69be70c537ec0673912298/]
