Skip to content

Instantly share code, notes, and snippets.

@waqasraza123
Created October 26, 2017 00:13
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 waqasraza123/8716c5a598822d2a3fa8bca828d6fcb1 to your computer and use it in GitHub Desktop.
Save waqasraza123/8716c5a598822d2a3fa8bca828d6fcb1 to your computer and use it in GitHub Desktop.
BEFORE you try to SSH into server type:
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa where id_rsa is the file with your ssh key (this is the default version so chances are yours is the same. If not, change it.
ssh root@xxx.xxx.xxx and hopefully no password required Needed them to log on. (From Tutorial https://www.digitalocean.com/community/tutorials/how-to-connect-to-your-droplet-with-ssh)
I used gitbash for this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment