Skip to content
New issue

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

SSH Key Login with ssh-rsa not possible[Issue] #61

Closed
zeusware opened this issue Jun 30, 2023 · 2 comments
Closed

SSH Key Login with ssh-rsa not possible[Issue] #61

zeusware opened this issue Jun 30, 2023 · 2 comments
Labels
not-reviewed Issue that needs reviewed
Milestone

Comments

@zeusware
Copy link
Contributor

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

@zeusware zeusware added the not-reviewed Issue that needs reviewed label Jun 30, 2023
zeusware added a commit to zeusware/VsLinuxDebug that referenced this issue Jul 2, 2023
…a2-256 for ssh.net, added ssh.exe adapter,.. working version
@DamianSuess DamianSuess added this to the v2.1 milestone Jul 5, 2023
@DamianSuess
Copy link
Collaborator

@zeusware with your PR #62, this can be closed now, correct?

@zeusware
Copy link
Contributor Author

zeusware commented Jul 5, 2023

correct :)

@github-project-automation github-project-automation bot moved this from To do to Done in VS Linux Debugger Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-reviewed Issue that needs reviewed
Projects
Status: Done
Development

No branches or pull requests

2 participants