# cp ssh-config ~/.ssh/config

# Fix tab completion
HashKnownHosts no

# Fix VSCode remote authentication
# Host foo
#   HostName foo
#   User bar
#   IdentityFile ~/.ssh/<private ID>

# Work around ssh + GitHub limitations
#
# Set any relevant git clone URL's to:
# <host>:<org>/<repository>.git
#
# Host bar
#   HostName github.com
#   IdentityFile ~/.ssh/<private ID>
# Host baz
#   HostName github.com
#   IdentityFile ~/.ssh/<private ID>
