-
Hi all, First congratulations for this great program! If I start Linux on this PC, I can connect to my Xpra on the other computer (a Debian 12). From Windows, I cannot connect. I installed Xpra according to the documentation, NOT distribution packages. This is from Git Bash on Windows 10 Pro:
This latest shows that normal SSH works OK. (I used the no openGL option because it shows a warning about "Intel". But same result when not passing that option.) From the GUI, if I try to connect, things just "freeze" after entering the SSH key password. This shows I have a program running:
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Ah, yes. This had been removed in v6.
Odd. It must get stuck somehow. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the ideas!
Here is the output with -d ssh.
( I changed some personal looking fingerprint data to "[HEXDATA]" I hope that does not break the meaning.) |
Beta Was this translation helpful? Give feedback.
-
And regarding Intel driver, I'm on Core i5-3550 - I don't know if they "improve" those old drivers too. But it works for me now, without adding the opengl no option too. |
Beta Was this translation helpful? Give feedback.
-
I was wrong about this, the There was a bug when using xpra's builtin ssh server and specifying the display number on the In any case, that's fixed now: 8468840 |
Beta Was this translation helpful? Give feedback.
Sorry, I had made a mistake: you need to use
ssh=plink
notssh=putty
and we bundle it in the installer (at least for now).This is not the regular
plink
but the one fromTortoiseSVN
which includes a GUI for accepting keys / host /etc