From 6de5a6cdd28d8c4ce27710d9f1c8d0a8f7ef1eea Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Wed, 7 Sep 2022 20:43:17 +0400 Subject: [PATCH] Added tasks for hash, ciphers, ssh, certs lesson. --- 05_hash_ciphers_ssh_certs/solutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_hash_ciphers_ssh_certs/solutions.md b/05_hash_ciphers_ssh_certs/solutions.md index 3437f1c..7e2536d 100644 --- a/05_hash_ciphers_ssh_certs/solutions.md +++ b/05_hash_ciphers_ssh_certs/solutions.md @@ -128,7 +128,7 @@ PermitRootLogin prohibit-password PasswordAuthentication no $ sudo systemctl restart sshd $ ssh remote -o PubkeyAuthentication=no -stud@10.160.179.25: Permission denied (publickey). +stud@193.32.63.185: Permission denied (publickey). ``` ### 8.