From 90b779c7d8b0b099bc888789ddf7da601156f042 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 29 Apr 2020 23:19:34 +0300 Subject: [PATCH] Remove terminated Endless instances from the SSH config. --- .ssh/config.d/20_endless | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.ssh/config.d/20_endless b/.ssh/config.d/20_endless index e10c91b..47a9681 100644 --- a/.ssh/config.d/20_endless +++ b/.ssh/config.d/20_endless @@ -5,18 +5,6 @@ Host appupdates.endlessm.com irc.endlessm.com status.endlessm.com Port 2200 -Host vpn-router.sf.endlessm.com -Port 2022 - -Host braavos.endlessm-sf.com -KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 -MACs hmac-sha1 -User sysmgr - -Host ap?.endlessm-sf.com router.endlessm-sf.com -Ciphers aes256-cbc -User endlessapadmin - Host 10.17.*.* *.dev.endlessm.com *.dev.endlessm-sf.com ProxyCommand ssh vpn-router.uw1.endlessm.com -W %h:%p -- GitLab