- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changing login
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
04-25-2004 09:27 PM
04-25-2004 09:27 PM
changing login
i want to change the login prompt of the server when anybody telnets my computer...i have made changes in the /etc/gettydefs file..i am able to change the login prompt of the console but through telnet it doesn't work... Though i have changed all the entries in it.. but still it's not working...i have also reloded gettydefs file by executing getty -c gettydefs...
plz help
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 09:42 PM
04-25-2004 09:42 PM
Re: changing login
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 09:49 PM
04-25-2004 09:49 PM
Re: changing login
1. add your message to /etc/issue
2. change /etc/inetd.conf, entry for "telnet" as below:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 09:49 PM
04-25-2004 09:49 PM
Re: changing login
For the 'telnet' banner, edit '/etc/inetd.conf' for the 'telnetd' daemon and specify the banner file you want with the -b bannerfile' option. For instance:
# telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
Then reconfigure inetd by
# /usr/sbin/inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 10:47 PM
04-25-2004 10:47 PM
Re: changing login
i am not looking for /etc/issue file...i know about that already..... i want to change that instead of 'Login: ' something else should be written to it ... i have been succesful for doing it on the console but not for the other systems which do the telnet though i have changes all the entries in the /etc/gettydefs...
plz try once more
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:03 PM
04-25-2004 11:03 PM
Re: changing login
So: As far as I know there is no easy way to change the "login:" prompt during login prodedure except to modify the system binary /usr/bin/login.
I would NOT recommand todo that.