-
-
Notifications
You must be signed in to change notification settings - Fork 169
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 client integration via paramiko #1646
Comments
see also ssh plink fix: r19411 |
Initial support for paramiko ssh added in r19933. It works pretty well and allows us to see meaningful debug messages with
Still TODO:
|
See #1892 comment 13 : we should aim to support more login shells than the current ssh / plink solution. |
|
Updates:
Still TODO:
|
platform and compatibility woes:
|
Workaround for installing pynacl on win32:
Applied to setup files in r20009. |
Updates:
|
Minor updates: This ticket should solve non-bash login shell issues, see #1892#comment:16. Note: paramiko is not the default on win32 because plink already provides a GUI there, might as well stick to it, for now anyway. For server SSH support see #1920, follow up ticket: #1937 @maxmylyn: we now provide a much better UI for SSH connections on macos and Linux (use |
2018-08-24 23:41:35: maxmylyn commented
|
Rather than calling putty plink or ssh, we could rely on paramiko which would give us tighter integration with the ssh authentication, allowing us to do things like:
etc
This may help with #1421: Xpra-Launcher closes silently after clicking connect - missing feedback until application shows up
The text was updated successfully, but these errors were encountered: