From 50caa3f49f96301aa43df1e40a5b494e5cd077e9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 31 Aug 2012 22:08:53 +0000 Subject: [PATCH 1/1] disable kexalgorithms for squeeze hosts --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index e8693a0..7d52b35 100644 --- a/.ssh/config +++ b/.ssh/config @@ -18,7 +18,7 @@ Host *-ilo.lab.donarmstrong.com IdentityFile ~/.ssh/id_ilo UserKnownHostsFile ~/.ssh/known_hosts_ilo ForwardAgent no - KexAlgorithms diffie-hellman-group1-sha1 +# KexAlgorithms diffie-hellman-group1-sha1 PreferredAuthentications keyboard-interactive,password HostkeyAlgorithms ssh-rsa SendEnv -- 2.39.2