Skip to content

Instantly share code, notes, and snippets.

@carmelyne
Created February 5, 2009 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carmelyne/58648 to your computer and use it in GitHub Desktop.
Save carmelyne/58648 to your computer and use it in GitHub Desktop.
# on the slice
mkdir ~/.ssh
chmod 700 ~/.ssh
vim ~/.ssh/authorized_keys (use vim, nano, vi whichever you prefer)
# Paste in your public key (from local ~/.ssh/id_[rd]sa.pub)
# grabbing your public key from your local
cd ~/.ssh
cat id_rsa.pub
# Copy the entire output and paste it on ~/.ssh/authorized_keys
# my public key does not require me to put in my password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment