Skip to content

Instantly share code, notes, and snippets.

@lnhrdt
Created September 7, 2015 02:21
Show Gist options
  • Save lnhrdt/759285cffaa6dfe2221b to your computer and use it in GitHub Desktop.
Save lnhrdt/759285cffaa6dfe2221b to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir ~/.ssh
touch ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment