is it possible to open a ssh connection passing through Paramiko, as if we had used the command "ssh -X ...", for X11 management by the Server X ?
Thank you for your help,
Regards
feedback
|
This question came from our site for professional and enthusiast programmers.
|
From the paramiko.Channel documentation:
| |||
|
feedback
|
|
I have tried this function but nothing appened. My window freezes and the x11 window that should appear do not appear anymore. The only new thing I have is inside the debug log. I now have the fact that a first "normal channel" is opened and that a second x11 channel is opened. | |||
|
feedback
|