From 99aaf237d0efc1b502b6ffff9e8b93679661a4b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Fri, 11 Mar 2022 22:45:59 +0100
Subject: [PATCH] Fix for szatyor

---
 .magic_ssh_config | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.magic_ssh_config b/.magic_ssh_config
index d67d298..3aeb1e2 100644
--- a/.magic_ssh_config
+++ b/.magic_ssh_config
@@ -2,4 +2,7 @@ Host centaur.sch.bme.hu
     StrictHostKeyChecking no
     ControlMaster auto
     ControlPersist yes
-    ControlPath ~/.ssh/socket/%r@%h:%p
\ No newline at end of file
+    ControlPath ~/.ssh/socket/%r@%h:%p
+    KexAlgorithms +diffie-hellman-group1-sha1
+    Ciphers +3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr
+    HostKeyAlgorithms +ssh-rsa
-- 
GitLab