Thanks to Eric Sisson, Bob Vickers, Jeffrey Hummel, Paolo Lucente, James
Hammett and Michael Mackey.
The error was due to an operator typo. The user on this particular machine
had alway used ssh -X -l <name> <machine>, but had suddenly started using
ssh -x -l <name> <machine>. The difference between -x and -X in ssh is
very important.
Received on Mon Mar 07 2005 - 16:03:11 NZDT