From 787559b1263182e063e5630fb794f0372ea30cbc Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 22 Feb 2022 11:48:46 -0600 Subject: Update to current version of files --- .ssh/config | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.ssh/config') 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 -- cgit v1.2.3