From 9231fa165242b3b7734437bbf4c096b58dbfb82e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Apr 2011 18:28:01 -0400 Subject: [PATCH] set ssh identify file --- .ssh/config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.ssh/config b/.ssh/config index 576e446..e839aad 100644 --- a/.ssh/config +++ b/.ssh/config @@ -20,6 +20,11 @@ Host home-ports Compression yes DynamicForward 22222 +Host dir-825 + User root + HostName 192.168.0.250 + IdentityFile ~/.ssh/id_dsa.vapier + Host wh0rd-admin User wh0rd HostName wh0rd.vmadmin.bytemark.co.uk @@ -136,6 +141,9 @@ Host work-ports Host sourceware.org IdentityFile ~/.ssh/id_dsa.vapier +Host uclibc.org + IdentityFile ~/.ssh/id_dsa.vapier + ### ### Gentoo systems ### @@ -157,6 +165,9 @@ Host dev-ports IdentityFile ~/.ssh/id_dsa.vapier LocalForward 127.0.0.1:1111 127.0.0.1:25 +Host cvs.gentoo.org + IdentityFile ~/.ssh/id_dsa.vapier + Host git.overlays.gentoo.org IdentityFile ~/.ssh/id_dsa.vapier @@ -167,20 +178,25 @@ Host tinderbox Host alpha HostName monolith.freenet-rz.de + IdentityFile ~/.ssh/id_dsa.vapier Host gendcc04 HostName gendcc04.cs.virginia.edu + IdentityFile ~/.ssh/id_dsa.vapier ### AMD64 ### Host amd64 poseidon HostName poseidon.amd64.dev.gentoo.org + IdentityFile ~/.ssh/id_dsa.vapier Host miranda HostName miranda.amd64.dev.gentoo.org + IdentityFile ~/.ssh/id_dsa.vapier ### ARM ### Host coral HostName coral.gentoo.osuosl.org + IdentityFile ~/.ssh/id_dsa.vapier ### GBSD ### @@ -194,13 +210,16 @@ Host gbsd Host hake HostName hppa.gentoo.osuosl.org + IdentityFile ~/.ssh/id_dsa.vapier ### IA64 ### Host beluga HostName beluga.ia64.dev.gentoo.org + IdentityFile ~/.ssh/id_dsa.vapier Host ia64 HostName i2.gentoo.osuosl.org + IdentityFile ~/.ssh/id_dsa.vapier ### M68K ### @@ -246,13 +265,16 @@ Host eroyf Host ppc HostName rooster.ppc64.dev.gentoo.org + IdentityFile ~/.ssh/id_rsa.vapier ### S390 ### Host lgentoo1 HostName 148.100.96.97 + IdentityFile ~/.ssh/id_rsa.vapier Host lgentoo2 HostName 148.100.96.98 + IdentityFile ~/.ssh/id_rsa.vapier Host gentoo01 HostName 71 @@ -264,8 +286,10 @@ Host gentoo02 Host sparc HostName bender.sparc.dev.gentoo.org Port 2223 + IdentityFile ~/.ssh/id_dsa.vapier ### SH ### Host lantank HostName lantank.sh.dev.gentoo.org + IdentityFile ~/.ssh/id_dsa.vapier -- 2.39.5