]> git.wh0rd.org - home.git/commitdiff
more google systems
authorMike Frysinger <vapier@gentoo.org>
Wed, 14 Sep 2011 21:22:21 +0000 (17:22 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:39 +0000 (15:36 -0400)
.ssh/config

index 2b36aef4899cdce04c72a975d4ffc216490eae19..5a3b1b972bc3fee013dea1ea088d91fa83273dd8 100644 (file)
@@ -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
+
 
 
 ###