aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/home-data/tcwg-buildslave/.ssh/config
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-01-31 13:10:48 +0100
committerDiana Picus <diana.picus@linaro.org>2019-01-31 13:10:55 +0100
commit0577b825203f9c221965f5eb2d16c289df2e1658 (patch)
tree035fc84a527115bddaf9d68c11bc5c8a7a7e9b4a /tcwg-base/home-data/tcwg-buildslave/.ssh/config
parent9bb2cd079ea8580882f4ab52b559a62507a33e5d (diff)
parentd678c2c0a1935176847bbb2001913c1f5aa3e908 (diff)
Merge remote-tracking branch 'origin/tcwg-tested' into tcwg-stagingtcwg-staging
Change-Id: I8f713bde4c167f71919bdbd8b2b8e2513ac5ed19
Diffstat (limited to 'tcwg-base/home-data/tcwg-buildslave/.ssh/config')
-rw-r--r--tcwg-base/home-data/tcwg-buildslave/.ssh/config22
1 files changed, 10 insertions, 12 deletions
diff --git a/tcwg-base/home-data/tcwg-buildslave/.ssh/config b/tcwg-base/home-data/tcwg-buildslave/.ssh/config
index 0f920451..b5086896 100644
--- a/tcwg-base/home-data/tcwg-buildslave/.ssh/config
+++ b/tcwg-base/home-data/tcwg-buildslave/.ssh/config
@@ -6,7 +6,7 @@
# !!! IMPORTANT NOTE. AS PENANCE, YOU WILL READ THIS NOTE OUT LOUD. !!!
#
-Host *.tcwglab *.aus-colo people.linaro.org aus-colo.linaro.org lab.validation.linaro.org
+Host *.tcwglab people.linaro.org lab.validation.linaro.org
#User @LDAP_USER@
#IdentityFile ~/.ssh/id_rsa
@@ -20,15 +20,11 @@ Host *proxy.*
Host *.tcwglab
ProxyCommand ~/.ssh/ssh-tcwglab-nc.sh -q0 %h %p
-# Access to Austin Colo. E.g., "ssh r1-a7.aus-colo"
-Host *.aus-colo
- ProxyCommand ssh aus-colo.linaro.org nc -q0 %h %p
-
# Access to LAVA Lab. E.g., "ssh root@10.7.0.18.lab"
Host *.lab
ProxyCommand ssh lab.validation.linaro.org nc -q0 $(basename %h .lab) %p
-Host *.tcwglab *.aus-colo *.lab tcwg-d05-01 libgomp-d05 tcwg-thx1-01
+Host *.tcwglab *.lab tcwg-d05-01 libgomp-d05 tcwg-thx1-01
# Enable automatic multiplexing.
ControlMaster auto
# Soften up potential problems with killing master connection by using
@@ -39,13 +35,8 @@ Host *.tcwglab *.aus-colo *.lab tcwg-d05-01 libgomp-d05 tcwg-thx1-01
# Put the ssh socket on /tmp. Note that overlayfs can't host sockets,
# so we always arrange /tmp to be on a ext4 or equivalent FS.
ControlPath /tmp/ssh-%u-%r@%h:%p
- # There is little point in forwarding X11 to machines outside of local network.
- ForwardX11 no
# Forward authentication agent and keep private keys in one place.
ForwardAgent yes
- # Ping server every 5min to avoid routers dropping connection.
- # This matches -o BatchMode=yes setting used in cross-testing (see ABE)
- ServerAliveInterval 300
# Disable checking of host keys for boards behind gateways.
# !!! BE BECAREFUL TO ONLY DO THIS FOR MACHINES BEHIND SSH GATEWAY OR VPN !!!
StrictHostKeyChecking no
@@ -60,7 +51,7 @@ Host ci.linaro.org
Host git*.linaro.org dev-private-git.linaro.org
User git
-Host tcwg-d05-01 libgomp-d05 tcwg-thx1-01
+Host tcwg-d05-01 libgomp-d05 tcwg-thx1-01 tcwg-sq-*.tcwglab
Port 2022
Host tcwg-d05-01 libgomp-d05
@@ -71,4 +62,11 @@ Host tcwg-thx1-01
Host tcwg-ex40-01 ex40-01
Hostname ex40-01.tcwglab.linaro.org
+
+Host *
+ # There is little point in forwarding X11 to machines outside of local network.
+ ForwardX11 no
+ # Ping server every 5min to avoid routers dropping connection.
+ # This matches -o BatchMode=yes setting used in cross-testing (see ABE)
+ ServerAliveInterval 300
# === END: TCWG SSH configuration ===