login as the user
do the following
Code Block |
---|
mkdir .ssh chmod 700 .ssh cd .ssh touch authorized_keys chmod 600 authorized_keys |
put the public keys into the authorized_keys file
login as the user
do the following
Code Block |
---|
mkdir .ssh chmod 700 .ssh cd .ssh touch authorized_keys chmod 600 authorized_keys |
put the public keys into the authorized_keys file