aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-26 06:56:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-26 07:38:05 +0000
commitcaea28b35ef3f401ea6071f7a4e4a875acfa177e (patch)
tree60a56368147fdd879a9abba0ad45ae3729f45015
parentf1b899e227d583a0f62ee7cbb979c3ebd9efda92 (diff)
tcwg-base: Update tcwg-buildslave's .ssh/config
Remove no-longer-necessary workaround, add FQDN for tcwg-d05-01, and add an entry for tcwg-ex40-01. Change-Id: I48d9a99750d56dd1ccb77cebdd32dac5d16bfea1
-rw-r--r--tcwg-base/home-data/tcwg-buildslave/.ssh/config14
1 files changed, 6 insertions, 8 deletions
diff --git a/tcwg-base/home-data/tcwg-buildslave/.ssh/config b/tcwg-base/home-data/tcwg-buildslave/.ssh/config
index bfdb8094..1b8fb405 100644
--- a/tcwg-base/home-data/tcwg-buildslave/.ssh/config
+++ b/tcwg-base/home-data/tcwg-buildslave/.ssh/config
@@ -24,7 +24,7 @@ Host *.aus-colo
Host *.lab
ProxyCommand ssh lab.validation.linaro.org nc -q0 $(basename %h .lab) %p
-Host *.tcwglab *.aus-colo *.lab localhost tcwg-d05-01 tcwg-thx1-01
+Host *.tcwglab *.aus-colo *.lab tcwg-d05-01 libgomp-d05 tcwg-thx1-01
# Enable automatic multiplexing.
ControlMaster auto
# Soften up potential problems with killing master connection by using
@@ -50,20 +50,18 @@ Host *.tcwglab *.aus-colo *.lab localhost tcwg-d05-01 tcwg-thx1-01
# Don't warn about "adding" host keys to /dev/null
LogLevel FATAL
-# Make sure we can connect to localhost (e.g., to a container running
-# on localhost) with the settings for *.tcwglab
-Host localhost.tcwglab
- Hostname localhost
-
Host git.linaro.org dev-private-git.linaro.org
User git
-Host tcwg-d05-01 tcwg-thx1-01
+Host tcwg-d05-01 libgomp-d05 tcwg-thx1-01
Port 2022
-Host tcwg-d05-01
+Host tcwg-d05-01 libgomp-d05
Hostname 147.75.106.138
Host tcwg-thx1-01
Hostname 147.75.77.198
+
+Host tcwg-ex40-01 ex40-01
+ Hostname ex40-01.tcwglab.linaro.org
# === END: TCWG SSH configuration ===