Re: ssh help with X11Forwarding

2015-04-15 Thread Hrishikesh Muruk
On Wednesday 15 April 2015, Ulises M. Alvarez u...@sophie.unam.mx wrote: On 04/15/2015 03:35 AM, Ville Valkonen wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondihris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11

Re: ssh help with X11Forwarding

2015-04-15 Thread Ulises M. Alvarez
On 04/15/2015 03:35 AM, Ville Valkonen wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondihris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11 forwarding in ssh. In sshd_config I have added X11Forwarding yes In ssh_config I

Re: ssh help with X11Forwarding

2015-04-15 Thread Christian Weisgerber
On 2015-04-15, Ulises M. Alvarez u...@sophie.unam.mx wrote: Did you update your pf rules? By default, X is allowed only for localhost. That concerns only raw X11 over the wire and does not interfere with X11 forwarding over SSH. -- Christian naddy Weisgerber

Re: ssh help with X11Forwarding

2015-04-15 Thread Ville Valkonen
Hello, On 13 April 2015 at 15:10, dan mclaughlin thev...@openmailbox.org wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11 forwarding in ssh. In sshd_config I have

Re: ssh help with X11Forwarding

2015-04-15 Thread dan mclaughlin
On Wed, 15 Apr 2015 11:35:21 +0300 Ville Valkonen weezeld...@gmail.com wrote: Hello, On 13 April 2015 at 15:10, dan mclaughlin thev...@openmailbox.org wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a

Re: ssh help with X11Forwarding

2015-04-15 Thread Jan Stary
On Apr 13 08:10:00, thev...@openmailbox.org wrote: I have restarted sshd (pkill -HUP sshd) and when I start ssh from the client using ssh -X I get DISPLAY is not set when trying to launch an xterm. this is probably a bad idea. that will send the signal to all sshd processes, and not

Re: ssh help with X11Forwarding

2015-04-13 Thread Edgar Pettijohn III
On Apr 13, 2015, at 9:05 AM, Riccardo Mottola wrote: Hi, Hrishikesh Murukkathampoondi wrote: I have restarted sshd (pkill -HUP sshd) and when I start ssh from the client using ssh -X I get DISPLAY is not set when trying to launch an xterm. setenv DISPLAY localhost:10 or export

ssh help with X11Forwarding

2015-04-13 Thread Hrishikesh Murukkathampoondi
Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11 forwarding in ssh. In sshd_config I have added X11Forwarding yes In ssh_config I have added ForwardAgent yes ForwardX11 yes I have restarted sshd (pkill -HUP sshd) and when I start ssh from the client using ssh -X I

Re: ssh help with X11Forwarding

2015-04-13 Thread Hrishikesh Murukkathampoondi
On 13-Apr-2015, at 4:58 pm, Koko Wijatmoko k...@wijatmoko.name wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: $ xterm [1] 29542 $ xterm: Xt error: Can't open display: xterm: DISPLAY is not set did you install xauth program? if not,

Re: ssh help with X11Forwarding

2015-04-13 Thread dan mclaughlin
On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11 forwarding in ssh. In sshd_config I have added X11Forwarding yes In ssh_config I have added ForwardAgent yes ForwardX11

Re: ssh help with X11Forwarding

2015-04-13 Thread Koko Wijatmoko
On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: $ xterm [1] 29542 $ xterm: Xt error: Can't open display: xterm: DISPLAY is not set did you install xauth program? if not, try to install it and try again.

Re: ssh help with X11Forwarding

2015-04-13 Thread Hrishikesh Murukkathampoondi
On 13-Apr-2015, at 5:03 pm, Hrishikesh Murukkathampoondi hris...@gmail.com wrote: On 13-Apr-2015, at 4:58 pm, Koko Wijatmoko k...@wijatmoko.name wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: $ xterm [1] 29542 $ xterm: Xt error:

Re: ssh help with X11Forwarding

2015-04-13 Thread Riccardo Mottola
Hi, Hrishikesh Murukkathampoondi wrote: I have restarted sshd (pkill -HUP sshd) and when I start ssh from the client using ssh -X I get DISPLAY is not set when trying to launch an xterm. setenv DISPLAY localhost:10 or export DISPLAY=localhost:10 that sometimes helps. Riccardo

Re: ssh help with X11Forwarding

2015-04-13 Thread Hrishikesh Murukkathampoondi
On 13-Apr-2015, at 5:40 pm, dan mclaughlin thev...@openmailbox.org wrote: On Mon, 13 Apr 2015 16:49:02 +0530 Hrishikesh Murukkathampoondi hris...@gmail.com wrote: Hello I am running OpenSD 5.6 on a x86 netbook. I am trying to setup X11 forwarding in ssh. In sshd_config I have added