Operating System - HP-UX
1834882 Members
2517 Online
110071 Solutions
New Discussion

How can I establish a secure X Windows connection?

 
SOLVED
Go to solution
Pedro Cirne
Esteemed Contributor

How can I establish a secure X Windows connection?

Hi,

How can I establish a secure X Windows connection between my PC (using Exceed) and an HP-UX server?

On HP-UX server I've SSH installed and I use the secure slogin, sftp, but how can I have a secure X Windows conections?

Thks

Pedro
8 REPLIES 8
Sanjay_6
Honored Contributor
Solution

Re: How can I establish a secure X Windows connection?

Hi Pedro,

Try this,

http://www.uic.edu/depts/accc/software/exceed/sshexceed.html

Hope this helps.

Regds
Eric Antunes
Honored Contributor

Re: How can I establish a secure X Windows connection?

Pedro,

Put the following on the user profile:

export DISPLAY="0.0"

And execute as root:

#xhost +



Each and every day is a good day to learn.
Pedro Cirne
Esteemed Contributor

Re: How can I establish a secure X Windows connection?

Olá Antunes,

Vamos falar em portugues para tornar isto mais interessante.

Origado pela tua sugestão, mas o meu problema está relacionado com criar um tunel seguro entre o PC e o sevidor usando o SSH.
Eric Antunes
Honored Contributor

Re: How can I establish a secure X Windows connection?

Ola Pedro,

Quando a essa pergunta concretamente não te sei responder. Eu uso o o X Windows na minha intranet e, por isso, não preciso de grandes preocupações com a segurança. Presumo que essas preocupações sejam para for
Each and every day is a good day to learn.
Elmar P. Kolkman
Honored Contributor

Re: How can I establish a secure X Windows connection?

What you need to do is create an ssh tunnel for your Xwindows. It depends on the ssh client used on your PC if this is possible.

First enable the X-forwarding in your ssh daemon on the HP-UX machine. Then enable X-forwarding in your ssh client. This should make it work.

Antones solution doesn't give you a secure connection...
Every problem has at least one solution. Only some solutions are harder to find.
Eric Antunes
Honored Contributor

Re: How can I establish a secure X Windows connection?

That's right, I did not read well the 2º line from the question.
Each and every day is a good day to learn.
Pedro Cirne
Esteemed Contributor

Re: How can I establish a secure X Windows connection?

Hi,

Thanks or in Portugues, obrigado :)

Pedro
Pedro Cirne
Esteemed Contributor

Re: How can I establish a secure X Windows connection?

Hi,

Thks...just to close the case :)

Pedro