@@ -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;