|
@@ -1,6 +1,7 @@
|
|
|
**SSH-Port ändern:**
|
|
**SSH-Port ändern:**
|
|
|
|
|
|
|
|
systemctl disable ssh.socket
|
|
systemctl disable ssh.socket
|
|
|
|
|
+
|
|
|
systemctl stop ssh.socket
|
|
systemctl stop ssh.socket
|
|
|
|
|
|
|
|
sed -i 's@#Port 22@Port 4711@g' /etc/ssh/sshd_config
|
|
sed -i 's@#Port 22@Port 4711@g' /etc/ssh/sshd_config
|
|
@@ -10,6 +11,7 @@ sed -i 's@#PermitRootLogin prohibit-password@PermitRootLogin yes@g' /etc/ssh/ssh
|
|
|
reboot
|
|
reboot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
**Installation:**
|
|
**Installation:**
|
|
|
|
|
|
|
|
ggf. raspi-config
|
|
ggf. raspi-config
|