UNIX: import public key


On Server:

cd .ssh
ls
cat ../id_rsa.pub >> authorized_keys 
cat authorized_keys 
cd

rm -fr id_rsa.pub 

No comments:

Post a Comment