From: Mike Frysinger Date: Wed, 12 Nov 2008 15:01:12 +0000 (-0500) Subject: more hosts in .ssh/config X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=b412dfcc050cad7d596a7abdea64b9237694ab52 more hosts in .ssh/config --- diff --git a/.ssh/config b/.ssh/config index b07b48c..d8045a9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -23,7 +23,6 @@ Host home-ports HostName home.wh0rd.org # HostName 141.154.201.90 # HostName 192.168.254.1 - User root Port 2 # Port 443 ForwardX11 no @@ -36,7 +35,6 @@ Host home HostName home.wh0rd.org # HostName 141.154.201.90 # HostName 192.168.254.1 - User root # Port 443 Port 2 @@ -104,7 +102,7 @@ Host fpga Port 443 IdentityFile ~/.ssh/id_dsa.bfin -Host git.overlays.gentoo.org ltp.cvs.sourceforge.net console1.gentoo.osuosl.org +Host git.overlays.gentoo.org ltp.cvs.sourceforge.net console1.gentoo.osuosl.org svn.gentoo.org IdentityFile ~/.ssh/id_dsa.vapier Host dev dev.gentoo.org HostName dev.gentoo.org @@ -113,3 +111,16 @@ Host dev-ports HostName dev.gentoo.org IdentityFile ~/.ssh/id_dsa.vapier LocalForward 127.0.0.1:1111 127.0.0.1:25 + +Host gentoo01 + HostName gentoo01.zseries.org + IdentityFile ~/.ssh/id_dsa.vapier +Host gentoo02 + HostName gentoo02.zseries.org + IdentityFile ~/.ssh/id_dsa.vapier +Host gentoo03 + HostName gentoo03.zseries.org + IdentityFile ~/.ssh/id_dsa.vapier +Host gentoo04 + HostName gentoo04.zseries.org + IdentityFile ~/.ssh/id_dsa.vapier