X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.ssh%2Fconfig;h=5a3b1b972bc3fee013dea1ea088d91fa83273dd8;hb=735a3adb9ba24804d170c0c22927c2b13f5af5dc;hp=2b36aef4899cdce04c72a975d4ffc216490eae19;hpb=47f847706c7ee64c4a67805bb78d1bdf71d3efcb;p=home.git 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 + ###