@@ -1,8 +1,10 @@
**SSH-Port ändern:**
+
systemctl disable ssh.socket
systemctl stop ssh.socket
sed -i 's@#Port 22@Port 4711@g' /etc/ssh/sshd_config
sed -i 's@#PermitRootLogin prohibit-password@PermitRootLogin yes@g' /etc/ssh/sshd_config
reboot