summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2022-02-22 11:48:46 -0600
committerDanny Holman <dholman@gymli.org>2022-02-22 11:48:46 -0600
commit787559b1263182e063e5630fb794f0372ea30cbc (patch)
tree4181667d42a06bff7e1569acde5b2c2702f6e3ab /.ssh/config
parentcc8090990912ef9b83ba8036683edd463eb3ef6f (diff)
Update to current version of files
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config12
1 files changed, 11 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index ab82b2c..96dba83 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,6 +1,6 @@
User dholman
Host *
- ControlMaster auto
+ ControlMaster auto
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
ControlPersist 1h
GSSAPIAuthentication yes
@@ -11,15 +11,25 @@ Host Zeus
Host Zeus-idrac
HostName 192.168.1.40
Port 22
+ ProxyJump Wilson-alt
Host Wilson
HostName Wilson.gymli.org
Port 22
ProxyJump Zeus
+Host Wilson-alt
+ HostName www.gymli.org
+ Port 8008
+Host MLaptop
+ HostName MLaptop.gymli.org
+ Port 22
+ ProxyJump Zeus
Host gateway
Hostname 192.168.1.1
Port 22
KexAlgorithms diffie-hellman-group-exchange-sha1
ciphers aes128-cbc
+ HostKeyAlgorithms ssh-rsa
+ ProxyJump Zeus
Host schlorp
User schlorp
Hostname localhost