ssh and X have been working nicely for me for a quite a while.
But, yesterday during a service call on a workstation at one end
of the ssh X tunnel the machine had to be shutdown without
exiting ssh nor the X applications running remotely. Since that
time, machines at both ends of the ssh tunnel have been rebooted.
The problem is, when I try to run a remote X app, like so:
ssh -C -l myusername hostname xterm
I get this error message:
Waiting for forwarded connections to terminate...
The following connections are open:
#1 X11 connection from 123.456.789.87 port 33959 (t4 r0 i4/0 o16/0 fd 5/5)
I guess that makes sense, since things shut down abruptly at one
point.
How can I clear ssh's memory so that it quits waiting for the
connection to terminate?
Thanks...
--
Unless otherwise noted, the statements herein reflect my personal
opinions and not those of any organization with which I may be affiliated.