- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root login at the console
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
02-16-2006 06:13 AM
02-16-2006 06:13 AM
Can I configure the system above for direct login of root at the console? Currently, I have to su. Of course I would like to keep the current config of su from every other location in doing so. TIA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:17 AM
02-16-2006 06:17 AM
Re: root login at the console
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:20 AM
02-16-2006 06:20 AM
Re: root login at the console
Add the entry console in /etc/securetty
# cat /etc/securetty
console
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:23 AM
02-16-2006 06:23 AM
Re: root login at the console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:25 AM
02-16-2006 06:25 AM
Re: root login at the console
# more /etc/securetty
console
# ll /etc/securetty
-rw-r--r-- 1 root sys 8 Nov 18 2002 /etc/securetty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:34 AM
02-16-2006 06:34 AM
Re: root login at the console
/usr/lbin/modprpw -k root
Also does the root password have any special charaters in it? (#,@ etc)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:38 AM
02-16-2006 06:38 AM
Re: root login at the console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:58 AM
02-16-2006 06:58 AM
Re: root login at the console
Welcome to the forms.
Check out this post for more info about
special characters at the console.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=998783
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 08:00 AM
02-16-2006 08:00 AM
Re: root login at the console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 08:10 AM
02-16-2006 08:10 AM
Re: root login at the console
The issue with special characters is that some of them have special meaning to the console PRIOR to login. BUT once you are logged in, your stty settings take effect and the effect those characters would have on the terminal will change.
It is really best to avoid some characters, especially the @ sign, in HP-UX passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 08:30 AM
02-16-2006 08:30 AM
Re: root login at the console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 11:09 PM
02-16-2006 11:09 PM
Re: root login at the console
Avoid password characters which have special meaning to the tty
driver, such as # (erase) and @ (kill). You may not be able to login
with these characters.
By tradition, going back to when you logged in on a teletype, the '@' and '#' characters had special meanings. When you set the password in a terminal window, those character have been reset to something more useful on a modern terminal, but when you login they do bad things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 11:39 PM
02-16-2006 11:39 PM
Re: root login at the console
We had one system that we had that setup on a few years back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 03:41 AM
02-17-2006 03:41 AM