Answers for "check ssh connection to github"

0

Testing your SSH connection with GitHub

$ ssh -T [email protected]
# Attempts to ssh to GitHub
Posted by: Guest on July-02-2021
1

ssh for github

$ eval "$(ssh-agent -s)"
> Agent pid 59566
Posted by: Guest on June-18-2020
-2

ssh for github

> Enter a file in which to save the key (/home/you/.ssh/id_ed25519): [Press enter]
Posted by: Guest on May-19-2021

Browse Popular Code Answers by Language