On Sun, 2005-05-01 at 07:50 -0500, Mike Chambers wrote: > On Sun, 2005-05-01 at 14:42 +0200, shrek-m@xxxxxx wrote: > > > not really. > > > > gnome-terminal_loacl$ ssh -Y user@your_server > > remote$ system-config-bla > > Thanks, that did the trick! Mike, It's worth noting that due to a change in security with ssh, FC no longer automatically forwards X sessions, you need say it's okay. That's why you need the -Y (or -X) switch. You can remove this need by editing a file (see man ssh). Rodd