Adam Monsen wrote: > I'm SSH'ing into a remote server. X11 Forwarding appears to be working > fine, as does sudo. For instance: > > [box_a]$ ssh -X box_b Try ssh -Y box_b instead. Does that help? -- Rex
Adam Monsen wrote: > I'm SSH'ing into a remote server. X11 Forwarding appears to be working > fine, as does sudo. For instance: > > [box_a]$ ssh -X box_b Try ssh -Y box_b instead. Does that help? -- Rex