-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
Ssh improvements #1196
Ssh improvements #1196
Conversation
I'll check this out later today, Thanks! UPDATE: I took a look at the code, seems like it's missing ecdsa, gcloud's default root key
|
Built on Fedora 26 beta 1, using https://github.com/FreeRDP/Remmina/wiki/Compile-on-Fedora-20 only had to install rpmfusion free, as ffmpeg-devel does not exist
tested on a vanilla fedora 26. connecting with RDP through an ssh tunnel that only accepts ed25519 and it worked, both with the SSH agent (automatic) and public key (automatic). I was connecting to a windows 7 machine. There were a few warnings...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runs great on fedora 26
@rayfoss thanks for your comments and for having updated the wiki!!!! |
This PR fixes some general issues, introduces some improvements and fixes the following issues:
Some enhancements require libssh 0.7.X, i.e the support for ed25519 keys