We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: sshnet/SSH.NET#956 sshnet/SSH.NET#825 (comment)
Workaround: A simple solution.
Add this line in /etc/ssh/sshd_config.
PubkeyAcceptedAlgorithms +ssh-rsa Afterwards, restart the sshd service to make the new settings come into effect.
$ sudo systemctl restart sshd From: https://unix.stackexchange.com/questions/721606/ssh-server-gives-userauth-pubkey-key-type-ssh-rsa-not-in-pubkeyacceptedalgorit
The text was updated successfully, but these errors were encountered:
[SuessLabs#32][SuessLabs#61] added vsdbg to launch.json, added rsa-sh…
e4301ce
…a2-256 for ssh.net, added ssh.exe adapter,.. working version
@zeusware with your PR #62, this can be closed now, correct?
Sorry, something went wrong.
correct :)
No branches or pull requests
See:
sshnet/SSH.NET#956
sshnet/SSH.NET#825 (comment)
Workaround:
A simple solution.
Add this line in /etc/ssh/sshd_config.
PubkeyAcceptedAlgorithms +ssh-rsa
Afterwards, restart the sshd service to make the new settings come into effect.
$ sudo systemctl restart sshd
From:
https://unix.stackexchange.com/questions/721606/ssh-server-gives-userauth-pubkey-key-type-ssh-rsa-not-in-pubkeyacceptedalgorit
The text was updated successfully, but these errors were encountered: