- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto Logon
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
06-04-2003 05:20 PM
06-04-2003 05:20 PM
Auto Logon
How make an Auto Login from a serial terminal???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:49 PM
06-04-2003 05:49 PM
Re: Auto Logon
Unix has no facility to allow you to do this that I know of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:26 PM
06-04-2003 06:26 PM
Re: Auto Logon
It,s is possible into LINUX!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 02:26 AM
06-05-2003 02:26 AM
Re: Auto Logon
I would have thought that it would be a bit of a security risk (obviously depending on the user.)
However perhaps you could have something along the following lines in /etc/inittab:
aut1:234:respawn:/usr/bin/su - user < /dev/tty0p1 > /dev/tty0p1 2 >&1
You'd then need something in the user's .profile to check if they were coming in on this port, and if so to use stty to set the port to the desired baud rate (the default port baud rate is 300 I believe.)
Please note that this is the theory... I haven't tested it in practice!
regards,
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 03:04 AM
06-05-2003 03:04 AM
Re: Auto Logon
I have written expect scripts that allow me to telnet to a server and automatically log in but at a serial terminal? I don't think so. Besides... this is a HUGE security risk. The Janitor could walk into the server room and start hitting keys.... just not a good idea