Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

login as the user
do the following

mkdir .ssh
chmod 700 .ssh 
cd .ssh
touch authorized_keys
chmod 600 authorized_keys

put the public keys into the authorized_keys file

  • No labels