Skip to content

Instantly share code, notes, and snippets.

@mjones129
Created January 29, 2024 23:57
Show Gist options
  • Save mjones129/635852218dcef4de7e9e0eddae6371c4 to your computer and use it in GitHub Desktop.
Save mjones129/635852218dcef4de7e9e0eddae6371c4 to your computer and use it in GitHub Desktop.
Example SSH config
#This is a fake config for demonstration purposes only. This hostname isn't real.
Host hostname-staging
User user-2flis9vgsdf
Hostname 9v0asdles.hostname.io
IdentityFile ~/.ssh/hostname
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment