From 26d7f5ac2fffc749da524f89b77255fcd47b8f5d Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:48:18 +0200 Subject: [PATCH] Update README.md Fixed SSH section of the manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efe67c..d976a08 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ ssh pi@YOUR.RASPBERRY.IP.ADDRESS Run the following command: sudo nano /etc/ssh/sshd_config -Change the line: #PermitRootLogin no to: PermitRootLogin yes +Change the line: #PermitRootLogin prohibit-password to: PermitRootLogin yes Save and exit (ctrl+o & ctrl+x) Run the following command: