Replaced the PPC64 VM with a faster one
diff --git a/production b/production
index a101e2e..37d4ddd 100644
--- a/production
+++ b/production
@@ -185,7 +185,7 @@
           ip_addrs:
             bastion_host: null
             bastion_ip: null
-            public: 140.211.10.121
+            public: 140.211.10.101
           system:
             arch: ppc64le
             num_cpus: 8
diff --git a/ssh.cfg b/ssh.cfg
index 9a9d020..f17febb 100644
--- a/ssh.cfg
+++ b/ssh.cfg
@@ -65,7 +65,7 @@
   ControlPersist 30m
 
 Host ubuntu
-  Hostname 140.211.10.121
+  Hostname 140.211.10.101
   User ubuntu
   ForwardAgent yes
   StrictHostKeyChecking no