- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- banner set-up
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
09-10-2003 06:02 AM
09-10-2003 06:02 AM
What file need i edit/create to display the hostname being accessed before the user is prompted with the login prompt during a telnet/rlogin session?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 06:03 AM
09-10-2003 06:03 AM
Re: banner set-up
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 06:09 AM
09-10-2003 06:09 AM
Re: banner set-up
For telnet, modify the telnetd entry in /etc/inetd.conf (see man telnetd):
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b
/etc/issue may work for rlogin - not sure.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 06:15 AM
09-10-2003 06:15 AM
Re: banner set-up
/usr/lbin/rlogind [-lns] [-B bannerfile]
thanks to "man rlogind"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 06:19 AM
09-10-2003 06:19 AM
SolutionAlso do not announce the OS as this again gives the potential hacker more information.
Your etc/issue could contain something like this
-------WARNING------
YOUR CONNECTION TO THIS MACHINE
WILL BE MONITORED AND RECORDED.
UNAUTHORISED USE OR OVER
AUTHORISED USE OF THIS SYSTEM
IS FORBIDDEN.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 06:20 AM
09-10-2003 06:20 AM
Re: banner set-up
The file is, as Pete noted, whatever follows the -b parameter on the /etc/inetd.conf line for telnet.
BUT - I would STRONGLY encourage you not to advertise the host name this way. Hackers love this, they may get an IP & have NO clue what the host is. This will give it to them on a silver platter.
The only thing that should be displayed in a banner is a legal warning about what users can & can't do, that they will be monitored & criminal activities will result in prosecution - period.
You never want to advertise hostnames nor OS types in banners - never.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:03 AM
09-11-2003 07:03 AM
Re: banner set-up
Ive setup the banner display but how would is display the following in BOLD HIGHLIGHTED font - WARNING AUTHORISED ACCESS ONLY - to be displayed?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:28 AM
09-11-2003 07:28 AM
Re: banner set-up
it was with the old terminal ascii art and nice finger, animations. I had one of them at university...
Check these link and find your inspiration!
http://www.geocities.com/SoHo/2695/links.htm#animations
http://llizard.crosswinds.net/ascii-art/animation/animframe.htm
(found by a goggle search with "ascii art" "ascii animations")
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:32 AM
09-11-2003 07:32 AM
Re: banner set-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:59 AM
09-11-2003 07:59 AM
Re: banner set-up
^[[1m WARNING AUTHORISED ACCESS ONLY ^[[m
where:
^[[1m is CTRL-V CTRL-[ [ 1 m
^[[m is CTRL-V CTRL-[ [ m
Regards,
Sergejs