ssh.rst
changeset 1956 5f39abb7d5b0
parent 1955 62735335fcef
child 1957 cd6f239a8dd3
equal deleted inserted replaced
1955:62735335fcef 1956:5f39abb7d5b0
   169 
   169 
   170    In order to allow pubkey login and to avoid error::
   170    In order to allow pubkey login and to avoid error::
   171 
   171 
   172      userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes
   172      userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes
   173 
   173 
   174    add ``PubkeyAcceptedKeyTypes *`` to ``/etc/ssh/sshd_config``.
   174    add ``PubkeyAcceptedKeyTypes *`` or ``PubkeyAcceptedKeyTypes=+ssh-dss`` to
       
   175    ``/etc/ssh/sshd_config`` but DSS keys are depricated at all.
   175 
   176