- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11iv2 hosts - telnet connection
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
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
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
11-23-2010 07:12 AM
11-23-2010 07:12 AM
HPUX 11iv2 hosts - telnet connection
To prohibit a user from using telnet to any of my HPUX hosts and using ROOT as the login account, how is this accomplished?
I was testing a telnet to an older HPUX workatation I have from my Windows XP machine.
I can telnet and login to the workstation with a basic user account I created on the workstation but attempt to login directly with Root fails. (well it fails at the password attempt).
I was looking at the /etc/services and inetd.sec file on the workstation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 07:17 AM
11-23-2010 07:17 AM
Re: HPUX 11iv2 hosts - telnet connection
To prevent login as root from any place EXCEPT the system console (at least via telnet), you add the word 'console' to the /etc/securetty file.
# cat /etc/securetty
console
# man securetty
for more information.
Note that telnet in and of itself is inherently insecure. ALL telnet traffic is passed in plain-text over the wire.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 07:23 AM
11-23-2010 07:23 AM
Re: HPUX 11iv2 hosts - telnet connection
My file has just CONSOLE ..as you stated so its secured only to the system console.
If the file does NOT exist, whats the setting/security?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 07:26 AM
11-23-2010 07:26 AM
Re: HPUX 11iv2 hosts - telnet connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 07:37 AM
11-23-2010 07:37 AM
Re: HPUX 11iv2 hosts - telnet connection
One has the file with console only ..other has no file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 07:39 AM
11-23-2010 07:39 AM