On Wed, 24 Nov 2004, Fernando Gozalo wrote: > Hi, > > I have done a FC3 minimun install in a server. I have tried to ssh to the > server with XForwarding but with no success. > > I've tried several things: > . from a FC2 to this FC3 with "ssh -X server" > . from a FC3 to this FC3 with "ssh -X server" and "ssh -Y server" > > No XForwarding :( > > So, I think I need to install other package/packages, but don't know. > > Any hint? You'll need atleast 'xauth' to have ssh-x11-forwarding working. Try: yum install xorg-x11-xauth Satish