diff --git a/README.md b/README.md index 8f043af..46f4be8 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ chmod 600 ~/.ssh/authorized_keys ``` sed -ri "s/^#? *PasswordAuthentication *yes.*/PasswordAuthentication no/" /etc/ssh/sshd_config -sudo systemctl restart ssh +systemctl restart ssh ```