-
Notifications
You must be signed in to change notification settings - Fork 71
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
openssh 8.8 not working anymore #62
Comments
Would it be possible to implement the new libssh2 |
Would it be possible to implement it? |
Is there a PHP library for it? |
As far as i know the latest libssh2 can do this. |
I have the same issue when I try to sync keys with AlmaLinux 9.1
I tried with adding
but it fails again When I try to execute on command line from SKA server:
it connects successfully Any ideas? |
To execute ssh is not the same because a php Library called libssh2 is used. In the meantime you can activate ssh-rsa on the client side. You have to set these two settings on the client side: PubkeyAcceptedAlgorithms +ssh-rsa |
Hello. I complied the last version of libssh2 and edited your code to work with devices which aren't ssh-rsa. Thanks & Greets |
Sure :) |
ED22519 is the way to go for the time being. |
it works thank you |
Yes but to work with old devices too the code should be edited. |
Hello,
On new opnsense it is not possible to sync anymore because in the last versions openssh 8.8 ist used and they removed ssh-rsa in PubkeyAcceptedAlgorithms.
Is there a way to make it working again?
userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
The text was updated successfully, but these errors were encountered: