@@ -1,5 +1,9 @@
#!/bin/bash
+# root
+sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
+sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
+
# limits
if [ -f /etc/security/limits.conf ]; then
LIMIT='262144'