summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-12 11:41:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-12 11:41:01 -0700
commitf56d4e5dc04faf5db033e6d2b243e8dd973e99c7 (patch)
tree1e5217b9313892af9712f79f7ce3061a3942464e /.ssh
parent5502add1379212ab175f83cd3be4c7bfccaf1d46 (diff)
downloaddotfiles-f56d4e5dc04faf5db033e6d2b243e8dd973e99c7.tar.gz
add hephaestus 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 8718ed12..644c1bc2 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -66,6 +66,11 @@ User swhitton
HostName athena.silentflame.com
ForwardAgent yes
+Host hephaestus.silentflame.com | hephaestus
+User spwhitton
+HostName hephaestus.local
+ForwardAgent yes
+
### other people's hosts
Host github