diff options
author | David Thompson <davet@gnu.org> | 2015-06-09 19:11:58 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-06-09 19:58:52 -0400 |
commit | 79fe129219c20664a44c9ff8b3c4c7f9bb17674f (patch) | |
tree | 9392d86ec292f240b0d364a1a4bda83baa67c156 | |
parent | 853dc2427929a7fb6e67fd7d4a9679f7305c9172 (diff) |
ssh: Add config.
-rw-r--r-- | dotfiles/.ssh/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config new file mode 100644 index 0000000..24635c7 --- /dev/null +++ b/dotfiles/.ssh/config @@ -0,0 +1,8 @@ +Host dthompson + Hostname dthompson.us + User dave + +Host vhl + Hostname hydra.vistahl.com + User dthompson + ForwardAgent yes |