Ver Fonte

'Readme.md' ändern

Daniel Wenzel há 1 ano atrás
pai
commit
95ef9faf51
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Readme.md

+ 2 - 0
Readme.md

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