]> git.donarmstrong.com Git - home-base.git/commitdiff
fix ssh for non-hp ilo
authorDon Armstrong <don@donarmstrong.com>
Sun, 23 Dec 2012 04:59:37 +0000 (20:59 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 23 Dec 2012 04:59:37 +0000 (20:59 -0800)
.ssh/config

index 7d52b354d9bc2cfa003ae9d9ed06012217b6bb60..a62d4645c17ad9384f39f7123689110aba93b0c9 100644 (file)
@@ -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