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: , , , ,

Comments:
You have mistype at the third string.

http://nullwaver.livejournal.com/72601.html
 
fixed. thanks!
 
Post a Comment



<< Home

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