summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-09-07 18:06:44 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-09-07 18:10:06 +0300
commit896ef7c27b418ab1e389db13f92f941416edace9 (patch)
treeb7308badb8d1722905bc8ba4b7889b0834443d22
parent3fbf555be928902610e1ab746106193edbf868a2 (diff)
downloadliw-dot-files-896ef7c27b418ab1e389db13f92f941416edace9.tar.gz
fix(ssh): Use prod key for all WMF bastion hosts
-rw-r--r--ssh/config-wmf4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh/config-wmf b/ssh/config-wmf
index b6f6613..3a253c0 100644
--- a/ssh/config-wmf
+++ b/ssh/config-wmf
@@ -18,6 +18,10 @@ Host bast
HostName bast3004.wikimedia.org
IdentityFile ~/.ssh/prod.key
+# Other bastion hosts.
+Host bast*.wikimedia.org
+ IdentityFile ~/.ssh/prod.key
+
Host labsbast
HostName primary.bastion.wmflabs.org
IdentityFile ~/.ssh/lab.key