Update README.md

Fixed SSH section of the manual
This commit is contained in:
Beeranco 2023-08-14 16:48:18 +02:00 committed by GitHub
parent 673809d6dd
commit 26d7f5ac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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