We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9e59d commit 348d3d0Copy full SHA for 348d3d0
automations/AWS-ssh/gw.py
@@ -2,8 +2,8 @@
2
3
import strongdm, time, os
4
5
-access_key="iL6etBGqRbyW2FeRFtqIUz7OmS62fdyQtpvhSR2W68EYo6HvyyvR09VySEsTeJUi"
6
-secret_key="FyJhqwLo7W234aN+LR/bj8um4LZ1w8l217+UAMIWfLV3RiV3ddRGEQ=="
+access_key=""
+secret_key=""
7
8
# Get AWS environment vars
9
instance_ip = os.getenv("INSTANCE_IP")
0 commit comments