-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support JSCH #326
Comments
This app supports newer algorithms like ecdsa and ed25519. And there is #317. Which algorithm do you miss? |
Not sure exactly what happened or what algorithms would work. But the issue was with the SFTP update to Keepass2Android. v1.09 broke the ability to connect to primative-ftpd. In the latest pre-release beta version (1.10-pre), I now have the option to specify a deprecated algorithm. So it works again if I specify ssh-rsa. |
can you share screenshots or logs in which we can see more detail? In server log we should see which algorithms are tried when connection fails, that would be interesting. |
grep -i algo prim-ftpd-log-2023-11-29-13-07-19.csv
|
That sounds to me like client and server would partly use/support same algorithms but use different names for them. This app supports names as used by OpenSSH. Also seems like JSCH does not support ed25519, which some consider the "best" algorithm. Which client application do you use? |
|
Good to know. You might also ask in JSCH project to add support for algorithm ed25519. Maybe they are faster than me 😄 |
…e and using it to have better names, fixed issue with choosing preferred HostKeyAlgo when fingerprints have not been generated, yet. See GH issue #326
Has been added. |
…e and using it to have better names, fixed issue with choosing preferred HostKeyAlgo when fingerprints have not been generated, yet. See GH issue wolpi#326
ssh-rsa is no longer being supported by many clients. Please support JSCH algorithms.
The text was updated successfully, but these errors were encountered: