From 07da4d628d996e73d494cf673a6aade9ec9738bd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 21 Apr 2019 18:01:35 +0300
Subject: [PATCH] My dumb self.

---
 .ssh/config.d/20_endless | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ssh/config.d/20_endless b/.ssh/config.d/20_endless
index ed848a9..26979c2 100644
--- a/.ssh/config.d/20_endless
+++ b/.ssh/config.d/20_endless
@@ -9,7 +9,6 @@ Host braavos.endlessm-sf.com
 KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
 MACs hmac-sha1
 User sysmgr
-IdentityFile ~/.ssh/endless_rsa
 
 Host ap?.endlessm-sf.com
 Ciphers aes256-cbc
@@ -30,3 +29,4 @@ ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p
 Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
 User nimrod
 IdentityFile ~/.ssh/endless_ecdsa
+IdentityFile ~/.ssh/endless_rsa
-- 
GitLab