-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
2hop ssh patch #2041
Comments
2018-11-15 21:10:56: nathan_lstc uploaded file
|
2018-11-16 17:36:53: nathan_lstc commented
|
I've skimmed the patch briefly. This new mode should probably be supported from the command line, just like all the other modes, something like: xpra attach ssh+ssh://host:port/?phost=...&.. Sadly, some of the parsing code is already duplicated between main and the launcher... There are one or two things I'm unsure about:
(I thought compression was disabled by default?)
I'll look again at your updated patch when I find the time. |
2018-11-20 18:09:29: nathan_lstc commented
|
2018-11-21 05:15:20: nathan_lstc commented
|
Please submit bug fixes separately so these can be fast-tracked. |
2018-11-22 21:46:28: nathan_lstc commented
|
2018-11-22 21:46:59: nathan_lstc uploaded file
|
Comments - not all of those are essential for merging:
Minor changes merged: |
2018-11-24 04:30:22: nathan_lstc commented
|
2018-11-27 04:24:43: nathan_lstc commented
|
2018-11-27 04:46:54: nathan_lstc commented
|
I believe that the idea here is to only hide the errors when the form is blank, and not when it is populated by a session file. That seems reasonable, I think. |
2018-11-29 03:34:45: nathan_lstc commented
|
2018-11-29 03:36:50: nathan_lstc uploaded file
|
Because of how python evaluates it: > True or True and not True
True
Just a thought, in the future we may want to let the user choose the ssh backend (paramiko, openssh, plink) - hard to do since the whole command line should be editable (at least for openssh and plink), but that's for another ticket. |
2018-11-29 09:01:46: nathan_lstc commented
|
The username should not be mandatory: we can fallback to the current local username when it isn't specified, that's what ssh does by default. |
2018-11-29 17:49:18: nathan_lstc commented
|
The WSL issue is being tracked in #2059 |
2018-12-01 04:14:42: nathan_lstc commented
|
2018-12-04 00:19:31: nathan_lstc commented
|
2018-12-04 00:19:47: nathan_lstc uploaded file
|
It was easier and clearer for me to make the changes rather than to go through another round of review, please see the updated patch - untested, does that work for you?
Other changes still needed / useful:
|
2018-12-04 21:01:15: antoine uploaded file
|
2018-12-04 21:05:08: nathan_lstc commented
|
Missed from the updated patch above:
|
2018-12-07 04:12:35: nathan_lstc commented
|
2018-12-07 23:33:47: nathan_lstc commented
|
2018-12-07 23:34:48: nathan_lstc uploaded file
|
2018-12-08 04:43:52: antoine uploaded file
|
2018-12-08 04:45:35: antoine commented
|
2018-12-09 20:21:23: nathan_lstc commented
|
Thanks, applied in r21189.
If the changes are small or just bug fixes for the changes from this ticket then we can keep it here, otherwise let's create new tickets. |
I think this works, let's close it and create new tickets for other features. ie: #2105 - tcp socks proxy support |
2019-01-15 16:35:31: nathan_lstc commented
|
Yes please.
Sooner is better, then we can start adding ideas, linking to other tickets, etc. |
pylint is complaining:
I think the warning is correct - but how does it work without? |
nvm, it's some python automagic with backslash:
r21444 switches to an 'r' string so this is more explicit now. |
2019-01-21 17:59:32: nathan_lstc commented
|
Issue migrated from trac ticket # 2041
component: network | priority: major | resolution: fixed
2018-11-15 21:10:17: nathan_lstc created the issue
The text was updated successfully, but these errors were encountered: