- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: turning off access to the X-server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 07:38 PM
тАО06-20-2006 07:38 PM
turning off access to the X-server
I am running HP-UX11.11.
I want to disable access to the X-server running on my system. Nobody should be able to use an X client (Reflection) and make a connection to my system.
I read that I have to use the command 'xhost -' to do this. However, when I execute this command, I am still able to establish a connection from my Pc using Reflection X to my Unix station. (I am using the 'direct' connection method).
Any idea how I can achieve this?
With kind regards,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 08:05 PM
тАО06-20-2006 08:05 PM
Re: turning off access to the X-server
Try this command:
/sbin/init.d/dtlogin.rc stop
Regards, MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 08:10 PM
тАО06-20-2006 08:10 PM
Re: turning off access to the X-server
this indeed turns off the dtlogon program.
The problem is that I need to be able to logon to the Unix system via X via just one station.
I have been looking at the manpages of xhost and xauth.
Strange thing is that when I use the command 'xhost -
Very strange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 08:20 PM
тАО06-20-2006 08:20 PM
Re: turning off access to the X-server
http://www.faqs.org/faqs/hp/hpux-faq/section-64.html
I haven't tried it myself, but it looks fine to me.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 03:17 AM
тАО06-21-2006 03:17 AM
Re: turning off access to the X-server
Then replace the line:
* # grant service to all remote displays
with the list of systems you want to have Xwindows access:
host1 #comment
host2 #comment
etc....
Then for these changes to take effect, you will need to run:
/usr/dt/bin/dtconfig -reset