Created
October 26, 2017 00:13
-
-
Save waqasraza123/8716c5a598822d2a3fa8bca828d6fcb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] 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