From f1804c57494eb4a6927a7c85d9f92f66a0a7d10f Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 8 Aug 2021 15:01:33 -0500 Subject: Update a bunch of stuff Update the SSH configs, Neomutt, Vim, Xorg --- .ssh/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index e125eae..8b5637e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,12 +8,16 @@ Host * Host Zeus HostName www.gymli.xyz Port 22 +Host Zeus-idrac + HostName 192.168.1.40 + Port 22 + ProxyJump Zeus Host Wilson HostName Wilson.gymli.xyz Port 22 ProxyJump Zeus Host gateway - Hostname gateway.gymli.xyz + Hostname 192.168.1.1 Port 22 KexAlgorithms diffie-hellman-group-exchange-sha1 ciphers aes128-cbc -- cgit v1.2.3