diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard
index 6ca5a230d6f2021d0de59e5143ce94806b031b5b..adecaf12f45e10f560b27defe3ebc85dd9935eb8 100644
--- a/.ssh/config.d/20_bullguard
+++ b/.ssh/config.d/20_bullguard
@@ -86,6 +86,11 @@ IdentityFile ~/.ssh/bullguard-staging_rsa
 User ubuntu
 ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
 
+Host 172.25.*.*
+IdentityFile ~/.ssh/bullguard-prod_rsa
+User ubuntu
+ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+
 Host 172.50.*.*
 IdentityFile ~/.ssh/bullguard-prod_rsa
 User ubuntu
@@ -97,22 +102,17 @@ User ubuntu
 ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
 
 Host dev-csp-scanner.dojo-labs.com
-HostName 163.172.129.245
+HostName 51.15.113.179
 User root
 IdentityFile ~/.ssh/bullguard-dev_rsa
 
 Host dev-scanner.dojo-labs.com
-HostName 51.15.82.149
+HostName 51.15.123.142
 User root
 IdentityFile ~/.ssh/bullguard-dev_rsa
 
-Host staging-scanner.dojo-labs.com
-HostName 51.15.60.153
-User root
-IdentityFile ~/.ssh/bullguard-staging_rsa
-
 Host prod-scanner.dojo-labs.com
-HostName 51.15.65.250
+HostName 51.15.125.178
 User root
 IdentityFile ~/.ssh/bullguard-prod_rsa