From 735a3adb9ba24804d170c0c22927c2b13f5af5dc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 14 Sep 2011 17:22:21 -0400 Subject: [PATCH] more google systems --- .ssh/config | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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 + ### -- 2.39.2