TECHIES WORLD

For Techs.... Techniques.... Technologies....

Linux

userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes [preauth]


userauth_pubkey: key type ssh-dss not in PubkeyAcceptedKeyTypes [preauth]

 

This can be corrected by adding the following parameter to /etc/ssh/sshd_config in the source server.

PubkeyAcceptedKeyTypes=+ssh-dss

Then restart the sshd service.

#service sshd restart

 

Leave a Reply