Browse Source

Update LinuxInit.sh

MoeClub 3 năm trước cách đây
mục cha
commit
f78362be54
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      LinuxInit.sh

+ 2 - 0
LinuxInit.sh

@@ -1,5 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 
 
+apt-get install -y openssl net-tools dnsutils nload curl lsof
+
 # root
 # root
 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
 sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
 sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;