-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can't connect to mystic systems... #12
Comments
It's atm a problem with my ssh layer. I switched the library the new one only supports ciphers that mystic don't. I wanted to look at that last week but got distracted by the work on compression algorithms :/ |
Looked into it today. It's not so easy as I thought. There are just 2 async ssh libs and I already use the 'better' one. But it's missing many key exchange algorithms. Esp. the older/more common ones. |
Releasing today - at least enigma bbs compatible key exchange got added. ps. this is the library I currently use: https://github.com/warp-tech/russh It's atm the best tokio lib for ssh unfortunately some key exchange is missing for mystic - needs to get added to russh. It's still in active development so I assume that mystic key exchange will get added at some point. |
They use cbc64, cbc128 and cbc256 I believe. I'm not sure exactly which one. I had to loosen my ssh servers security a bit to allow netrunner to connect as well.
The text was updated successfully, but these errors were encountered: