# HG changeset patch # User Oleksandr Gavenko # Date 1463593691 -10800 # Node ID 5f39abb7d5b0a0dffb51f8a1c3db11ba8e70343e # Parent 62735335fcef7f2a800567bee0a055febdd71072 DSS keys are depricated at all diff -r 62735335fcef -r 5f39abb7d5b0 ssh.rst --- 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.