diff --git a/05_hash_ciphers_ssh_certs/solutions.md b/05_hash_ciphers_ssh_certs/solutions.md index 8860ca1..33a4df4 100644 --- a/05_hash_ciphers_ssh_certs/solutions.md +++ b/05_hash_ciphers_ssh_certs/solutions.md @@ -123,7 +123,7 @@ Last login: Wed Sep 7 20:17:07 2022 from ::1 Попробуйте подключиться ещё раз. Попробуйте подключиться ещё раз по паролю (добавьте флаг -o PubkeyAuthentication=no к ssh команде). ``` -$ cat /etc/ssh/sshd_config | grep -e '^\(PasswordAuthentication\|PermitRootLogin\)' | +$ cat /etc/ssh/sshd_config | grep -e '^\(PasswordAuthentication\|PermitRootLogin\)' PermitRootLogin prohibit-password PasswordAuthentication no $ sudo systemctl restart sshd