Browse Source

Update LinuxInit.sh

MoeClub 3 years ago
parent
commit
f78362be54
1 changed files with 2 additions and 0 deletions
  1. 2 0
      LinuxInit.sh

+ 2 - 0
LinuxInit.sh

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