summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-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