Skip to content

Instantly share code, notes, and snippets.

@dueyfinster
Created June 20, 2013 13:10
Show Gist options
  • Save dueyfinster/5822509 to your computer and use it in GitHub Desktop.
Save dueyfinster/5822509 to your computer and use it in GitHub Desktop.
SSH Pattern Matching
host s*
HostName atrcu%h.example.com
User example1
Port 22
host b*
HostName atrcx%h.example.com
User example2
Port 22
host ??*
HostName atvts%h.example.com
User example5
Port 2205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment