From: Mike Frysinger Date: Wed, 14 Sep 2011 21:22:21 +0000 (-0400) Subject: more google systems X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=735a3adb9ba24804d170c0c22927c2b13f5af5dc;hp=47f847706c7ee64c4a67805bb78d1bdf71d3efcb;p=home.git more google systems --- diff --git a/.ssh/config b/.ssh/config index 2b36aef..5a3b1b9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -123,25 +123,31 @@ Host edin HostName edin-manchester.spd.analog.com IdentityFile ~/.ssh/id_dsa.adi -Host work - HostName 10.8.8.6 +#Host work +# HostName 10.8.8.6 # HostName localhost # Port 2 # HostName 192.168.254.2 # ForwardX11 yes -Host work-ports - HostName 10.8.8.6 +#Host work-ports +# HostName 10.8.8.6 # HostName 192.168.254.2 # LocalForward 143 nwd2exm5.ad.analog.com:143 # LocalForward 25 nwd2exm5.ad.analog.com:25 - DynamicForward 8080 +# DynamicForward 8080 ### -### Google +### Google systems ### + +Host gshell + HostName sh.corp.google.com + User vapier + Host gerrit.chromium.org + Port 29418 IdentityFile ~/.ssh/id_rsa.google Host gerrit-int.chromium.org IdentityFile ~/.ssh/id_rsa.google @@ -152,6 +158,9 @@ Host review.source.android.com Host git.overlays.gentoo.org IdentityFile ~/.ssh/id_rsa.google +Host work + HostName vapier.cam.corp.google.com + ###