Skip to content

Instantly share code, notes, and snippets.

@brianblakely
Last active February 26, 2021 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianblakely/37da41fe51b5190c87bcd3ac59db68cf to your computer and use it in GitHub Desktop.
Save brianblakely/37da41fe51b5190c87bcd3ac59db68cf to your computer and use it in GitHub Desktop.
SSH Per-Domain Config
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