diff --git a/.ssh/config.d/20_dojolabs b/.ssh/config.d/20_dojolabs
index c6b5b96531bda61854b93b17363968fd2471e4a0..6caf07df5cb32be8fad0a23854816ac1a4e9d608 100644
--- a/.ssh/config.d/20_dojolabs
+++ b/.ssh/config.d/20_dojolabs
@@ -62,42 +62,42 @@ User ec2-user
 Host 172.16.*.*
 IdentityFile ~/.ssh/dojo_dev_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.21.*.*
 IdentityFile ~/.ssh/dojo_dev_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.22.*.*
 IdentityFile ~/.ssh/dojo_dev_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.23.*.*
 IdentityFile ~/.ssh/dojo_dev_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.24.*.*
 IdentityFile ~/.ssh/dojo_stg_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.25.*.*
 IdentityFile ~/.ssh/dojo_svc_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 172.50.*.*
 IdentityFile ~/.ssh/dojo_prod_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host 10.10.*.*
 IdentityFile ~/.ssh/dojo_dev_new_rsa
 User ubuntu
-ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
+ProxyCommand ssh playground.dc.dojo-labs.com -W %h:%p
 
 Host dev-csp-scanner.dojo-labs.com
 HostName 51.15.113.179