- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I setup a login banner viewable through Exc...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-22-2007 04:12 AM
тАО05-22-2007 04:12 AM
How do I setup a login banner viewable through Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2007 04:21 AM
тАО05-22-2007 04:21 AM
Re: How do I setup a login banner viewable through Exceed
Here is a detailed explanation of the files:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=886200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2007 04:23 AM
тАО05-22-2007 04:23 AM
Re: How do I setup a login banner viewable through Exceed
If the underlying communication channel is SSH, then you must modify /opt/ssh/etc/sshd_config to include a 'Banner /path/to/banner' directive. Then force sshd to re-read its configuration via ' kill -HUP $(cat /var/run/sshd.pid)'.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2007 04:29 AM
тАО05-22-2007 04:29 AM
Re: How do I setup a login banner viewable through Exceed
Galen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2007 12:44 PM
тАО05-22-2007 12:44 PM
Re: How do I setup a login banner viewable through Exceed
/etc/motd is anything you want and is simply cat'ed to your terminal when a normal login is done. But you're using Exceed which means you've out of 'normal' and into the world of Xwindows and GUIs. Unfortunately, the default for terminal windows in X11 is to bypass all normal Unix profiles (don't ask -- no one seems to remember). So in every user's $HOME directory, you need to create the .Xdefaults file for normal logins:
echo "*loginShell: true" >> $HOME/.Xdefaults
Now when you login, you will get a normal login, all the environmental services from your profiles and /etc/motd. Oh yes, you'll get the infamous copyright message too. You can replace it with:
echo "cat /etc/copyright to read copyright msg"
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2007 09:25 AM
тАО05-23-2007 09:25 AM
Re: How do I setup a login banner viewable through Exceed
Galen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2007 09:48 AM
тАО06-27-2007 09:48 AM