Re: ssh & DISPLAY

2006-03-07 Thread Vincent Lefevre
On 2006-03-06 19:54:07 -0600, David Berg wrote: > Apparently I hadn't restarted my server. > > ~$ sudo /etc/init.d/ssh restart > > fixed the problem. You don't need to restart it. Sending a SIGHUP makes sshd reread its configuration. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web:

Re: ssh & DISPLAY

2006-03-06 Thread David Berg
On 3/6/06, David Berg <[EMAIL PROTECTED]> wrote: > I can't seem to get X Forwarding to work right over my ssh tunnels. > Apparently I hadn't restarted my server. ~$ sudo /etc/init.d/ssh restart fixed the problem. --Dave

ssh & DISPLAY

2006-03-06 Thread David Berg
I can't seem to get X Forwarding to work right over my ssh tunnels. On the the server: [EMAIL PROTECTED]:~$ grep X11 /etc/ssh/sshd_config X11Forwarding yes X11DisplayOffset 10 On the client: [EMAIL PROTECTED]:~$ grep ^[^#\n] /etc/ssh/ssh_config Host * ForwardX11 yes ForwardX11Trusted yes C

Re: SSH display problem

2004-04-25 Thread Kenneth Macdoald Karlsen
On Sun, 2004-04-25 at 18:54, Matthijs wrote: > This may not be Debian related - other than that the system I'm > accessing is installed with Debian Linux - so if anybody has a better > suggestion for a newsgroup to post this to, let me know... > > I've got a server here running sshd. I can access

SSH display problem

2004-04-25 Thread Matthijs
This may not be Debian related - other than that the system I'm accessing is installed with Debian Linux - so if anybody has a better suggestion for a newsgroup to post this to, let me know... I've got a server here running sshd. I can access it from my Windows PC using PuTTY - no problem at all w