From 146c84746831ea0458661fe37a52f55e07a44d48 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 22 Dec 2012 20:59:37 -0800 Subject: [PATCH] fix ssh for non-hp ilo --- .ssh/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 7d52b35..a62d464 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,11 +14,15 @@ Host vasks.debian.org git.debian.org svn.debian.org cvs.debian.org Host *.debian.org IdentityFile ~/.ssh/identity_debian UserKnownHostsFile ~/.ssh/known_hosts_debian -Host *-ilo.lab.donarmstrong.com +Host teco-ilo.lab.donarmstrong.com uval-ilo.lab.donarmstrong.com IdentityFile ~/.ssh/id_ilo UserKnownHostsFile ~/.ssh/known_hosts_ilo ForwardAgent no -# KexAlgorithms diffie-hellman-group1-sha1 +Host *-ilo.lab.donarmstrong.com !teco-ilo.lab.donarmstrong.com !uval-ilo.lab.donarmstrong.com + IdentityFile ~/.ssh/id_ilo + UserKnownHostsFile ~/.ssh/known_hosts_ilo + ForwardAgent no + KexAlgorithms diffie-hellman-group1-sha1 PreferredAuthentications keyboard-interactive,password HostkeyAlgorithms ssh-rsa SendEnv -- 2.39.2