




I will update the first post and title about that's...
h|H)
cd /etc/ssh && sed -i -e 's/PermitRootLogin no/PermitRootLogin yes/g' sshd_config
echo -e 'mkdir -m 0755 -p /var/run/sshd\nexec /usr/sbin/sshd $SSHD_OPTS' >> /etc/default/ssh
pkill -9 /usr/sbin/sshd
echo "You need to change password for ROOT & USER"
echo " "
passwd root
echo " "
passwd user
echo " "
echo "You activated ROOT-SSH Access. Your setting will take effect after restart SSH or reboot."
echo " "
read -p "Press Enter key to restart SSH: " end
sleep 2 && /sbin/initctl start ssh ;;