Re: ssh and X display forwarding

2008-09-01 Thread Alan Chandler
On Monday 01 Sep 2008, Håkon Alstadheim wrote: > Jochen Schulz wrote: > > Alan Chandler: > >> I ssh into my server, but when I get there the DISPLAY variable is > >> not set up, meaning I can't run graphical programs. > > > > What command line are you using? > > > > $ ssh -Y server > > > > should s

Re: ssh and X display forwarding

2008-09-01 Thread Håkon Alstadheim
Jochen Schulz wrote: Alan Chandler: I ssh into my server, but when I get there the DISPLAY variable is not set up, meaning I can't run graphical programs. What command line are you using? $ ssh -Y server should suffice. On my desktop /etc/kde3/kdm/kdmrc has the ServerArgsLocal=

Re: ssh and X display forwarding

2008-09-01 Thread Jochen Schulz
Alan Chandler: > > I ssh into my server, but when I get there the DISPLAY variable is not > set up, meaning I can't run graphical programs. What command line are you using? $ ssh -Y server should suffice. > On my desktop > > /etc/kde3/kdm/kdmrc has the ServerArgsLocal=-nolisten TCP commented

Re: ssh and X display forwarding

2008-09-01 Thread Andrei Popescu
On Mon,01.Sep.08, 17:45:51, Alan Chandler wrote: > > My desktop at home runs KDE. > > I ssh into my server, but when I get there the DISPLAY variable is not > set up, meaning I can't run graphical programs. > > On my desktop > > /etc/kde3/kdm/kdmrc has the ServerArgsLocal=-nolisten TCP comment

ssh and X display forwarding

2008-09-01 Thread Alan Chandler
My desktop at home runs KDE. I ssh into my server, but when I get there the DISPLAY variable is not set up, meaning I can't run graphical programs. On my desktop /etc/kde3/kdm/kdmrc has the ServerArgsLocal=-nolisten TCP commented out /etc/ssh/ssh_config specifies X11Forwarding as yes /etc/ssh/