On Sat, Oct 01, 2005 at 04:06:00PM -0400, Anant Kaushiva wrote: > Are you using the -X option when ssh'ing in (ssh -X <username>@<host>)? > > Alternatively, you can install Bochs on your own Linux machine, > bypassing logging into the cluster entirely. See > http://bochs.sourceforge.net/
Probably not the issue, but something people should be aware of : as of the most recent openssh, there are two types of X forwarding options: trusted and untrusted. Ssh defaults to untrusted, which breaks some application. If you do `ssh -Y host.com`, it enables trusted mode which fixes some apps, but allows the remote side to do evil things, like forward a key logger application to your display and do *local* key captures. FYI, - Rob .
