How do i test my github connection after adding my ssh key?



  • After you have added your public ssh key to your github account. You can test the connection from your local environment using this ssh command.

    $ ssh -T [email protected]
    Hi trainer1! You've successfully authenticated, but GitHub does not provide shell access.
    

Log in to reply
 

© Lightnetics 2024