Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Problem tunneling X11 on AIX

Subject: Re: Problem tunneling X11 on AIX
Date: Tue, 17 Aug 2004 13:32:56 -0600
On Mon, 2004-08-16 at 07:02, Sven Maier wrote:
Hello List,

I´ve got a Problem to tunnel X11 over SSH.
I connect to an AIX - Box with Openssh 3.5p1. 
I use : ssh -X root@server
It´s no problem to connect but the DISPLAY isn´t set.

Any ideas ?



X11Forwarding must be set to 'yes' in your sshd_config file, furthermore
you could use something like this in your ~/.ssh/config file:

Host x.y.z
 ForwardX11 yes

using it you do not need to use the "-X" parameter.

Also:
  X11DisplayOffset 10
  X11UseLocalhost yes
may be important in sshd_config.

+ Info:
  ssh_config
  sshd_config

Hope it helps,

Mauricio-

<Prev in Thread] Current Thread [Next in Thread>