April 10, 2012

 

ssh auth keys creation

Just note for myself: access rights and cmds for new user ssh keys authorization setup:
mkdir .ssh
chmod 700 .ssh
echo >.ssh/authorized_keys
chmod 600 .ssh/authorized_keys
passwd

updated: mistype line 3

Labels: , , , ,

This page is powered by Blogger. Isn't yours?