So here's my situation: I work for my school as a tech. One of our servers has a firewall problem and isn't accepting connections from outside the network.
I tried to SSH into one of the servers that IS working, and then SSH into the problem server from that using Mac's Terminal:
ssh -X11 -2 root@goodserver.domain.tld # runs some Linux (don't remember which distro)
ssh -X11 -2 root@badserver.domain.tld # runs Ubuntu 11.04
If I try to run nautilus, I get "X11 connection rejected because of wrong authentication." four times in a row, then "Could not parse arguments: Cannot open display:"
I could wait for IT to fix the firewall issue but I have some work I need to get done the sooner the better, and using the command line slows things down quite a bit.
Sidenote: I don't think goodserver has X11 installed.