Skip to content

Commit 384bc7f

Browse files
author
ZoccoCcs
committed
Comment out user data
1 parent 8aeb8e3 commit 384bc7f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

KaliPurple-NAT-EC2.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -791,13 +791,13 @@ Resources:
791791
Tags:
792792
- Key: Name
793793
Value: Kali SOC | Kali-Purple
794-
UserData:
795-
Fn::Base64:
796-
!Sub |
797-
#!/bin/bash
798-
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
799-
service sshd restart
800-
echo 'kali:kali2023' | chpasswd #Change Password Later
794+
# UserData:
795+
# Fn::Base64:
796+
# !Sub |
797+
# #!/bin/bash
798+
# sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
799+
# service sshd restart
800+
# echo 'kali:kali2023' | chpasswd #Change Password Later
801801

802802
KaliViolet:
803803
Type: AWS::EC2::Instance
@@ -820,13 +820,13 @@ Resources:
820820
Tags:
821821
- Key: Name
822822
Value: Kali SOC | Kali-Violet
823-
UserData:
824-
Fn::Base64:
825-
!Sub |
826-
#!/bin/bash
827-
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
828-
service sshd restart
829-
echo 'kali:kali2023' | chpasswd #Change Password Later
823+
# UserData:
824+
# Fn::Base64:
825+
# !Sub |
826+
# #!/bin/bash
827+
# sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
828+
# service sshd restart
829+
# echo 'kali:kali2023' | chpasswd #Change Password Later
830830

831831
KaliEminece:
832832
Type: AWS::EC2::Instance
@@ -956,10 +956,10 @@ Resources:
956956
Tags:
957957
- Key: Name
958958
Value: Kali SOC | Byzantium
959-
UserData:
960-
Fn::Base64:
961-
!Sub |
962-
#!/bin/bash
959+
# UserData:
960+
# Fn::Base64:
961+
# !Sub |
962+
# #!/bin/bash
963963

964964
ByzLANAttachmnet:
965965
Type: AWS::EC2::NetworkInterfaceAttachment

0 commit comments

Comments
 (0)