Explorar el Código

'Readme.md' ändern

Daniel Wenzel hace 1 año
padre
commit
95ef9faf51
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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