Last active
October 20, 2022 12:51
-
-
Save JrogeT/fab0c7a9c6e102d37c381513a64a3a5f to your computer and use it in GitHub Desktop.
shh configuration host names
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
# file ~/.ssh/config | |
# JrogeT | |
Host github.com | |
HostName github.com | |
User jroget | |
IdentitiesOnly=yes | |
PreferredAuthentications publickey | |
PasswordAuthentication no | |
IdentityFile ~/.ssh/jroget_github | |
Host gitlab.com | |
HostName gitlab.com | |
User jroge | |
IdentitiesOnly=yes | |
PreferredAuthentications publickey | |
PasswordAuthentication no | |
IdentityFile ~/.ssh/jroge_gitlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment