From d08ede507c8ee58e9de85d1cd57aaa45f428b074 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 20 Jun 2022 23:17:46 -0500 Subject: Remove unused hosts from SSH config --- .ssh/config | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.ssh/config b/.ssh/config index 96dba83..ab0ba55 100644 --- a/.ssh/config +++ b/.ssh/config @@ -11,7 +11,7 @@ Host Zeus Host Zeus-idrac HostName 192.168.1.40 Port 22 - ProxyJump Wilson-alt + HostKeyAlgorithms ssh-rsa Host Wilson HostName Wilson.gymli.org Port 22 @@ -19,10 +19,6 @@ Host Wilson 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 @@ -30,8 +26,3 @@ Host gateway ciphers aes128-cbc HostKeyAlgorithms ssh-rsa ProxyJump Zeus -Host schlorp - User schlorp - Hostname localhost - Port 1999 - ProxyJump Zeus -- cgit v1.2.3