From 79fe129219c20664a44c9ff8b3c4c7f9bb17674f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 9 Jun 2015 19:11:58 -0400 Subject: ssh: Add config. --- dotfiles/.ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/.ssh/config 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 -- cgit v1.2.3