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.
ssh -X11to the other server from that. Post your comment as an answer and I'll accept it. – Jake Petroules Aug 2 '11 at 0:15-X11? I always use-X. (And I just tried this, it seems to work. Of course, not withroot.) (The-X11is about the same as-X -1 -1, and the-1you undo with-2afterwards.) – Paŭlo Ebermann Aug 2 '11 at 1:21