From: Don Armstrong Date: Sun, 23 Dec 2012 04:59:37 +0000 (-0800) Subject: fix ssh for non-hp ilo X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=146c84746831ea0458661fe37a52f55e07a44d48 fix ssh for non-hp ilo --- 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