Skip to content

Instantly share code, notes, and snippets.

@artiom
Created February 18, 2013 07:52
Show Gist options
  • Save artiom/4975742 to your computer and use it in GitHub Desktop.
Save artiom/4975742 to your computer and use it in GitHub Desktop.
remote user init authorised keys file
mkdir ~/.ssh
chmod 700 ~/.ssh
touch ~/.ssh/authorized_keys
chmod 644 ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment