summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2020-05-11 12:48:28 -0500
committerDanny Holman <dholman@gymli.xyz>2020-05-11 12:48:28 -0500
commit60562f1622bec25651a1f7736f0d7ea7a8309690 (patch)
treea18d4f12cb6724fc8c5fc5adb22950dfa3677b94 /.ssh
parenta6c85ee6c337a3d78f592965093a5a171733ac88 (diff)
Update to latest use case
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config10
1 files changed, 9 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index b2b84a5..0c1c719 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,4 +1,12 @@
User dholman
+Host *
+ ControlMaster auto
+ ControlPath ~/.ssh/sockets/socket-%r@%h:%p
+ ControlPersist 1h
Host Zeus
- HostName 192.168.1.26
+ HostName www.gymli.xyz
Port 22
+Host Wilson
+ HostName Wilson.gymli.xyz
+ Port 22
+ ProxyJump Zeus