April 10, 2012
ssh auth keys creation
Just note for myself: access rights and cmds for new user ssh keys authorization setup:
updated: mistype line 3
mkdir .ssh
chmod 700 .ssh
echo >.ssh/authorized_keys
chmod 600 .ssh/authorized_keys
passwd
updated: mistype line 3
Labels: access rights, authorized_keys, keys, note, ssh