diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml
index 4ef97c9f8688f6afe21d5a3a04a6744543d55c12..024477ec448c82aaaae8f4a7f08c2016fe346fe5 100644
--- a/CICD/heat/gc_HOT.yaml
+++ b/CICD/heat/gc_HOT.yaml
@@ -77,7 +77,21 @@ resources:
                port_range_max: 22,
                direction: ingress,
                remote_ip_prefix: 118.138.240.0/21
-     } ]
+     },
+     { protocol: tcp,
+               port_range_min: 22,
+               port_range_max: 22,
+               direction: ingress,
+               remote_ip_prefix: 118.138.248.0/23
+     },
+     { protocol: tcp,
+               port_range_min: 22,
+               port_range_max: 22,
+               direction: ingress,
+               remote_ip_prefix: 130.194.0.0/16
+     } ]    
+
+     
 #  SSHInternalSecGroup:
 #   type: "OS::Neutron::SecurityGroup"
 #   properties: