summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2022-06-20 23:17:46 -0500
committerDanny Holman <dholman@gymli.org>2022-06-20 23:17:46 -0500
commitd08ede507c8ee58e9de85d1cd57aaa45f428b074 (patch)
treea12d2658d6ebc60902add9feca17e028325df0e8
parent3b0688a2987592e97c4eb42ab6311207130e4837 (diff)
Remove unused hosts from SSH config
-rw-r--r--.ssh/config11
1 files changed, 1 insertions, 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