# HG changeset patch # User Oleksandr Gavenko # Date 1463593288 -10800 # Node ID 62735335fcef7f2a800567bee0a055febdd71072 # Parent 307ce848ea6aae8ae32a57573e0e93f816ed7385 userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes 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``. +