SSH - Encrypted secure shell connection
ssh root@167.99.146.57
ssh admin@example.com
Open the Git Bush terminal in .ssh folder eval$(ssh-agent -s) - starts ssh-agent ssh-add /c/Users/{user}.ssh/id_rsa - add a key to the ssh-agent ssh -T git@github.com - test connection git clone git@github.com:...git - Clone the repo
$ ssh-add -D //removes all ssh entries from the ssh-agent
ssh -T git@github.com