Skip to content

Instantly share code, notes, and snippets.

@davidneedham
Created November 20, 2013 21:19
Show Gist options
  • Save davidneedham/7571240 to your computer and use it in GitHub Desktop.
Save davidneedham/7571240 to your computer and use it in GitHub Desktop.
~/.ssh/config
# This document will let you type "ssh example"
# and automatically load in the connection
# details. This saves a ton of time and is highly
# recommended. For more information check out
# http://linux.die.net/man/5/ssh_config
#################
# Other clients #
#################
Host example
HostName example.com
User example
Port 2200
ForwardAgent yes
######################
# Clients: allgoo.de #
######################
Host allgoodeexample
HostName 198.58.109.86
User allgoodeexample
ForwardAgent yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment