Operating System - HP-UX
1832643 Members
3040 Online
110043 Solutions
New Discussion

HP-UX X-windows authorisation

 
Vignir Bjarnason
New Member

HP-UX X-windows authorisation

Hi,
I have a HP-UX 11.0 and a Linux client.
I like to connect from my Linux to the HP-UX
but I'm not able to do that because of error;
I open a terminal in Linux and use telnet to the HP-UX.
I'm asked for display and hitting return I get error message: You are not authorized to connect to HP-machine.
How do I authorize it on the HP-UX ??
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: HP-UX X-windows authorisation

1) Make sure the font server is running on HP-UX
/sbin/init.d/xfs start

For auto start at boot:
vi /etc/rc.config.d/xfs
make sure the first variable set to 1.

2) If you want telnet, make sure telnet is configured in /etc/inted.conf

3) Check /var/adm/syslog/syslog.log for more detail on the errors. Post here if you do not understand.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vignir Bjarnason
New Member

Re: HP-UX X-windows authorisation

Thank you for your answer. There is nothing in the syslog and the font server is running.
I'm able to connect the HP-UX from other machines. I think this have more to do with security on the HP-UX. I need to put the IP-address of my Linux system somewhere, but I don't know where.
GBR
Regular Advisor

Re: HP-UX X-windows authorisation

Not sure if this will help. But try adding the host name of the HP-UX box to your xhost list on you Linux box.

xhost + hpbox

(man xhost)

GBR
Vignir Bjarnason
New Member

Re: HP-UX X-windows authorisation

With the command ssh -X name
then it was working ok.
GBR
Regular Advisor

Re: HP-UX X-windows authorisation

"SSH -Y ..." should work as well.