-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
open_connection: Wrong server signature #418
Comments
Which version of the crate are you using? Consider raising the log level to |
Thought I'm just doing an easy beginner error. I'm using the git version - have tried the latests version 0.49.1 as well - same result. It's an open source project so it's not urgent but I want to continue on that a bit. Sure:
Server is: 20forbeers.com:1338 It's a telnet BBS so it's up all the time. I use an own preffered struct with all algorithms/ciphers for connecting :
|
Can you confirm that it works with OpenSSH using this exact set of algorithms?
|
Works when using libssh-rs Was porting over this code: Test case:
Using:
|
Thanks - helps but I've an other issue about that. Will open a bug. |
I'm getting Wrong server signature.
I'm not doing something special - but I can't find the issue - any clues?
Note: I'm writing a terminal app and need the library for the ssh connection part.
The text was updated successfully, but these errors were encountered: