diff -r 307ce848ea6a -r 62735335fcef ssh.rst --- 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``. +