Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.98k stars 169 forks source link

use --ssh when reconnecting #4261

Closed hxtmdev closed 4 months ago

hxtmdev commented 4 months ago

Reconnects did not use the --ssh args which can lead to using paramiko and/or missing options.

In my case it prompted for a password on reconnect even though there was a perfectly fine key just waiting to be used.

Reproduce:

totaam commented 4 months ago

Thanks!