-
Notifications
You must be signed in to change notification settings - Fork 640
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
GUACAMOLE-1658: Remove reference to non-existing ssh_key header. #467
base: staging/1.6.0
Are you sure you want to change the base?
Conversation
Converting to a draft for the moment - this needs a bit more work to fix the other issues that are present because of it. |
Are there still issues with this PR? It looks pretty straightforward, and the issue appears to be still valid as well. |
@jmuehlner Yeah, unfortunately this is going to require re-implementing the overall SSH agent/key support that got removed. There are notes in the Jira issue - https://issues.apache.org/jira/browse/GUACAMOLE-1658. |
I can't ssh with priv key. When I put the priv key in Guacamole. It doesn't connect. It gives the error "Log in failed. Please reconnect and try again." |
@Yugnk This is not the place to ask that question - this is a (draft) pull request, not a mailing list or support forum. |
Hi, |
Removes the reference to the non-existent
ssh_key.h
file, which breaks when you try to build with SSH agent support (--enable-ssh-agent
).Submitting this is a bug fix to 1.5.4.