HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to turn off kerberos on HPUX 11.00 machine
Operating System - HP-UX
1825719
Members
2909
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-03-2004 10:23 AM
02-03-2004 10:23 AM
how to turn off kerberos on HPUX 11.00 machine
Hi
I need to turn of kerberos security on a server as it stopping me from logging on to the hosts through remsh. how do i stop its from doing the following ?
remsh cp092013
ERROR! Kerberos authentication failed.
Can't open/find Kerberos configuration file.
#
thanks alot
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 11:22 AM
02-03-2004 11:22 AM
Re: how to turn off kerberos on HPUX 11.00 machine
It certainly seems to me as if Kerobos or its configuration files have already been removed.
swlist -l product | grep -i kerobos
see what comes up and run swremove on it.
What really should be done is a system restore of the Kerobos files that have been deleted. This problem will not be limited to just remesh.
SEP
swlist -l product | grep -i kerobos
see what comes up and run swremove on it.
What really should be done is a system restore of the Kerobos files that have been deleted. This problem will not be limited to just remesh.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 09:52 PM
02-10-2004 09:52 PM
Re: how to turn off kerberos on HPUX 11.00 machine
On HPUX 11.00 Internet services such as telnet, rlogin, remsh operate in kerberos or non-kerberos mode. If operating in Kerberos mode the password will not be sent in clear text between the client and the server machine.
kerberos security can be enabled for all the Internet Services using:
# inetsvcs_sec enable
and it can be disabled using :
# inetsvcs_sec disable
But just doing "inetsvcs_sec enable" will not be a sufficient, the kerberos client configuration file /etc/krb5.conf file has to be edited to add the Kerberos server name and the default flags, etc; and also the keytab setup has to be done for the remsh server machine.
Hope this helps.
kerberos security can be enabled for all the Internet Services using:
# inetsvcs_sec enable
and it can be disabled using :
# inetsvcs_sec disable
But just doing "inetsvcs_sec enable" will not be a sufficient, the kerberos client configuration file /etc/krb5.conf file has to be edited to add the Kerberos server name and the default flags, etc; and also the keytab setup has to be done for the remsh server machine.
Hope this helps.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP