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