- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I change login prompt for Unix servers
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
07-20-2007 05:07 AM
07-20-2007 05:07 AM
How do I change this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2007 05:15 AM
07-20-2007 05:15 AM
Re: How do I change login prompt for Unix servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2007 05:22 AM
07-20-2007 05:22 AM
Re: How do I change login prompt for Unix servers
I was wondering what you are trying to accomplish, but what most of the people wants is to change the motd. For more information on this please refer to the following link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=150225
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2007 02:59 PM
07-21-2007 02:59 PM
Re: How do I change login prompt for Unix servers
The second file is /etc/motd which is displayed AFTER a successful login. This is usually a security message and perhaps news about this particular server. Avoid words like welcome in the message file for security reasons.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 03:44 AM
07-23-2007 03:44 AM
Re: How do I change login prompt for Unix servers
In sshd_config, add:
# Banner to be printed before authentication starts.
Banner /etc/opt/issue
# cat /etc/opt/issue
ABC Private Network / Réseau privé de ABC
Avis:
L'utilisation des systèmes de ABC est réservée à des fins commerciales.
Toute utilisation peut faire l'objet d'une surveillance pour assurer
le respect des normes de sécurité et d'exploitation. Par conséquent,
les communications, y compris le transfert de données et le courrier
électronique, ne devraient pas être considérées privées.
Notice:
Use of ABC's systems is intended for business purposes.
All use can and may be monitored for security and operational
compliance and therefore communication, including data transfer
and electronic mail, should not be considered to be private.
What happens is, that is displayed before you are prompted for a password.
Don't change login - security through obscurity is lame.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 04:02 AM
07-23-2007 04:02 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 04:13 AM
07-24-2007 04:13 AM
Re: How do I change login prompt for Unix servers
Thanks to clay
Regards,
Mangesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 05:46 PM
12-10-2007 05:46 PM
Re: How do I change login prompt for Unix servers
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1147798