author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 18 May 2016 20:48:11 +0300 (2016-05-18) | |
changeset 1956 | 5f39abb7d5b0 |
parent 1955 | 62735335fcef |
child 1957 | cd6f239a8dd3 |
--- a/ssh.rst Wed May 18 20:41:28 2016 +0300 +++ b/ssh.rst Wed May 18 20:48:11 2016 +0300 @@ -171,5 +171,6 @@ userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes - add ``PubkeyAcceptedKeyTypes *`` to ``/etc/ssh/sshd_config``. + add ``PubkeyAcceptedKeyTypes *`` or ``PubkeyAcceptedKeyTypes=+ssh-dss`` to + ``/etc/ssh/sshd_config`` but DSS keys are depricated at all.