Answers for "ssh config github"

0

ssh config github

Host github.com
        User git
        Hostname github.com
        PreferredAuthentications publickey
        IdentityFile /home/user/.ssh/id_rsa
Posted by: Guest on July-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language