Last active
February 26, 2021 17:02
-
-
Save brianblakely/37da41fe51b5190c87bcd3ac59db68cf to your computer and use it in GitHub Desktop.
SSH Per-Domain Config
This file contains 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
Host DOMAIN | |
HostName DOMAIN | |
User USERNAME | |
IdentityFile PRIVATE_KEY_FILE | |
IdentitiesOnly yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment