summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-01 13:59:22 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-01 13:59:22 +0900
commitea02a1273fe51660d37973e1de23b3d1541107fb (patch)
tree2cc2b7f231ca2645541c8afd2d3ddc15bc5c0908 /.ssh
parentf0eda779e71966f264b586577fd327bb01adc33b (diff)
downloaddotfiles-ea02a1273fe51660d37973e1de23b3d1541107fb.tar.gz
add DHG build host to .ssh/config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index a1bcc919..cca50d8e 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -71,6 +71,11 @@ User spwhitton
HostName hephaestus.local
ForwardAgent yes
+Host poseidon.silentflame.com | poseidon
+User spwhitton
+HostName 159.100.248.135
+ForwardAgent no
+
### other people's hosts
Host github