diff --git a/.ssh/config.d/20_bullguard b/.ssh/config.d/20_bullguard
index cddeaecdb88d365e8abf7f4f76fb57a123b4afef..1d339dbba95cea425644905eaa8f4aa1a75c254c 100644
--- a/.ssh/config.d/20_bullguard
+++ b/.ssh/config.d/20_bullguard
@@ -16,14 +16,22 @@ User ec2-user
 Host 172.50.1.111
 User ec2-user
 
+Host 172.20.*.*
+IdentityFile ~/.ssh/bullguard-staging_rsa
+User ubuntu
+
 Host 172.50.*.*
 IdentityFile ~/.ssh/bullguard-prod_rsa
 User ubuntu
 
+Host 172.60.*.*
+IdentityFile ~/.ssh/bullguard-dev_rsa
+User ubuntu
+
 Host 172.70.*.*
 IdentityFile ~/.ssh/bullguard-dev_rsa
 User ubuntu
 
-Host 172.20.*.*
-IdentityFile ~/.ssh/bullguard-staging_rsa
+Host 172.80.*.*
+IdentityFile ~/.ssh/bullguard-dev_rsa
 User ubuntu