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

Smokeping::probes::SSH->new croaks with recent OpenSSH #120

Closed
jirkanov opened this issue Jun 22, 2018 · 0 comments
Closed

Smokeping::probes::SSH->new croaks with recent OpenSSH #120

jirkanov opened this issue Jun 22, 2018 · 0 comments

Comments

@jirkanov
Copy link

OpenSSH dropped SSHv1 (and rsa1) support some time ago:
https://www.openssh.com/releasenotes.html
so now
ssh-keyscan -t dsa,rsa,rsa1 127.0.0.1
fails with
Unknown key type "rsa1"
and the check in Smokeping::probes::SSH croaks.

The obvious fix would be to remove rsa1 from the ssh-keyscan command.
Thank you (also for this great tool).

Strykar added a commit to Strykar/SmokePing that referenced this issue Mar 11, 2019
- Removes rsa1
- Adds ecdsa instead
oetiker#120
oetiker pushed a commit that referenced this issue Mar 11, 2019
- Removes rsa1
- Adds ecdsa instead
#120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant