Point wmf-update-known-hosts-production to bast3005

Change-Id: Ie315480766608595ed54d4e0417af923abb20512
diff --git a/debian/changelog b/debian/changelog
index 10f53d8..194352f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wmf-laptop (0.3.3) buster-wikimedia; urgency=medium
+
+  * Point wmf-update-known-hosts-production to bast3005
+
+ -- Moritz Mühlenhoff <mmuhlenhoff@wikimedia.org>  Fri, 12 Feb 2021 09:45:28 +0100
+
 wmf-laptop (0.3.2) buster-wikimedia; urgency=medium
 
   [ Giuseppe Lavagetto ]
diff --git a/scripts/wmf-update-known-hosts-production b/scripts/wmf-update-known-hosts-production
index d624e15..9447e26 100755
--- a/scripts/wmf-update-known-hosts-production
+++ b/scripts/wmf-update-known-hosts-production
@@ -49,7 +49,7 @@
 DNS_REPO_PATH="${1}"
 KNOWN_HOSTS_PATH="${HOME}/.ssh/known_hosts.d"
 KNOWN_HOST_FILE="${KNOWN_HOSTS_PATH}/wmf-prod"
-BASTION_HOST="bast2002.wikimedia.org"
+BASTION_HOST="bast3005.wikimedia.org"
 MAIN_DYNA_RECORD="dyna.wikimedia.org."
 
 if [[ ! -d "${KNOWN_HOSTS_PATH}" ]]; then
@@ -173,4 +173,4 @@
     echo "zstyle ':completion:*:hosts' known-hosts-files ${HOME}/.ssh/known_hosts ${KNOWN_HOST_FILE}"
 fi
 
-exit 0
\ No newline at end of file
+exit 0