From fe225497c003f5273a15225c6d0d1bc750497df1 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 12 Aug 2020 12:54:34 -0500 Subject: .ssh/config: add network router configuration --- .ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ssh/config b/.ssh/config index 0c1c719..0e9625b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,3 +10,8 @@ Host Wilson HostName Wilson.gymli.xyz Port 22 ProxyJump Zeus +Host gateway + Hostname gateway.gymli.xyz + Port 22 + KexAlgorithms diffie-hellman-group-exchange-sha1 + ciphers aes128-cbc -- cgit v1.2.3