1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-24 14:16:22 +02:00

[typo] changed sshs_config to sshd_config

This commit is contained in:
Jakub 'unknow' Mrugalski 2021-02-05 12:24:49 +01:00 committed by GitHub
parent 495a1f3ffe
commit 9244fe0480
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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