From 9244fe04809706b71d4700b8ca1047f53f36909f Mon Sep 17 00:00:00 2001 From: Jakub 'unknow' Mrugalski Date: Fri, 5 Feb 2021 12:24:49 +0100 Subject: [PATCH] [typo] changed sshs_config to sshd_config --- Methodology and Resources/Linux - Privilege Escalation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Methodology and Resources/Linux - Privilege Escalation.md b/Methodology and Resources/Linux - Privilege Escalation.md index 0db52d8..949f61f 100644 --- a/Methodology and Resources/Linux - Privilege Escalation.md +++ b/Methodology and Resources/Linux - Privilege Escalation.md @@ -227,7 +227,7 @@ ssh-dss AAAA487rt384ufrgh432087fhy02nv84u7fg839247fg8743gf087b3849yb98304yb9v834 ``` echo "PubkeyAcceptedKeyTypes=+ssh-dss" >> /etc/ssh/ssh_config -echo "PubkeyAcceptedKeyTypes=+ssh-dss" >> /etc/ssh/sshs_config +echo "PubkeyAcceptedKeyTypes=+ssh-dss" >> /etc/ssh/sshd_config /etc/init.d/ssh restart ```