ximport ubuntu ssh xsuperseded
This post has been included in a more recent one.
The remote ssh server may disconnect a idle connection. To prevent that, it’s possible to send keepalive from
the client site, by editing /etc/ssh/ssh_config
or ~/ssh/config
:
Host *
ServerAliveInterval 240
~~~
Question, remark, bug? Don't hesitate to contact me or report a bug.