File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -791,13 +791,13 @@ Resources:
791
791
Tags :
792
792
- Key : Name
793
793
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
801
801
802
802
KaliViolet :
803
803
Type : AWS::EC2::Instance
@@ -820,13 +820,13 @@ Resources:
820
820
Tags :
821
821
- Key : Name
822
822
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
830
830
831
831
KaliEminece :
832
832
Type : AWS::EC2::Instance
@@ -956,10 +956,10 @@ Resources:
956
956
Tags :
957
957
- Key : Name
958
958
Value : Kali SOC | Byzantium
959
- UserData :
960
- Fn::Base64 :
961
- !Sub |
962
- # !/bin/bash
959
+ # UserData:
960
+ # Fn::Base64:
961
+ # !Sub |
962
+ # #!/bin/bash
963
963
964
964
ByzLANAttachmnet :
965
965
Type : AWS::EC2::NetworkInterfaceAttachment
You can’t perform that action at this time.
0 commit comments