Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Created January 16, 2013 15:04
Show Gist options
  • Select an option

  • Save rusllonrails/4547758 to your computer and use it in GitHub Desktop.

Select an option

Save rusllonrails/4547758 to your computer and use it in GitHub Desktop.
SSH auto login
cat ~/.ssh/id_rsa.pub | ssh deployer@your_ip_address 'cat >> ~/.ssh/authorized_keys'
in root of your app: ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment