mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
[typo] changed sshs_config to sshd_config
This commit is contained in:
parent
495a1f3ffe
commit
9244fe0480
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue