-
-
Notifications
You must be signed in to change notification settings - Fork 178
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 I use alias in ssh config ? #4207
Comments
I thought it would be easier to try than to ask! |
If I don't specify
|
Is your ssh server on port 40221? Or is it an xpra server that is forwarded to this port?
The quotes look wrong to me. Perhaps it comes from here: xpra/xpra/net/ssh/exec_client.py Lines 88 to 90 in 558127f
In which case running with xpra_cmd.exe --env=XPRA_SSH_MAGIC_QUOTES=0 ... might help.
|
I forward remote ssh(22) to local(40221). I run the following command and paste result.
2.
|
@cadem as per #4207 (comment), have you tried running with magic quotes off? Silly question: how is |
|
So, I gave it a go and it is definitely possible, but tricky. FWIW, with
But beware that anything which requires user interaction (password or key passphrase, etc) will fail and show this in the output with
That's because the And I have no idea how to tell ssh to use either our own tool for the prompts (what Some links:
|
If I use --ssh=ssh parameter in xpra_cmd.exe, can I use host alias name in .ssh/config file?
And can I specify --ssh parameter when I use gui?
The text was updated successfully, but these errors were encountered: