author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 18 May 2016 20:41:28 +0300 | |
changeset 1955 | 62735335fcef |
parent 1954 | 307ce848ea6a |
child 1956 | 5f39abb7d5b0 |
--- a/ssh.rst Wed May 18 20:39:41 2016 +0300 +++ b/ssh.rst Wed May 18 20:41:28 2016 +0300 @@ -164,3 +164,12 @@ $ net start syslogd Check ``/var/log/messages`` for logging messages. + +.. note:: + + In order to allow pubkey login and to avoid error:: + + userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes + + add ``PubkeyAcceptedKeyTypes *`` to ``/etc/ssh/sshd_config``. +