- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to change banner of FTP login screen
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
05-01-2006 09:08 PM
05-01-2006 09:08 PM
in HP-UX 11.11 i am getting following messages at FTP
#ftp localhost
Connected to localhost.
220 bpc3 FTP server (Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004) ready.
Name (localhost:amitava):
I want to change "(Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004)" messages into my customized messages. For that i coppied the ftpaccess template file in /etc/ftpd/ftpaccess file & modified the following parameters
limit local 20 any /etc/msgs/msg.toomany
limit remote 100 SaSu|Any1800-0600 /etc/msgs/msg.toomany
limit remote 60 Any /etc/msgs/msg.toomany
message /welcome.msg login
#message .message cwd=*
i hv put my customized message in /etc/msgs/msg.toomany & /welcome.msg both the files. But the customized message is not comming in the logon banner. Pls help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:19 PM
05-01-2006 09:19 PM
Solutionftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:24 PM
05-01-2006 09:24 PM
Re: how to change banner of FTP login screen
Check this doc for more info.
Title: How do I add a banner or message for ftp users?
Document ID: UARPAKBQA00000239
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080078388
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080078388
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:47 PM
05-01-2006 09:47 PM
Re: how to change banner of FTP login screen
#ftp localhost
Connected to localhost.
220-All transactions to and from this server are logged. It is to be used by the authorized users of Bharti Tele Ventures Limited only. Legal action will be taken Limited only. Legal action will be taken Limited only. Legal action will be taken.
220-
220 bpc3 FTP server (Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004) ready.
Name (localhost:amitava):
I dont want to display this portion "(Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004) ready."
how to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:56 PM
05-01-2006 09:56 PM
Re: how to change banner of FTP login screen
suppressversion yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:58 PM
05-01-2006 09:58 PM
Re: how to change banner of FTP login screen
you need to use both
suppresshostname yes
suppressversion yes
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 11:31 PM
05-01-2006 11:31 PM
Re: how to change banner of FTP login screen
After adding "-l -a" to the end of the ftp line in the /etc/inetd.conf file, you will need to add the following to the /etc/ftpd/ftpaccess file (don't forget to change the "gotham.city.com" part to whatever your using):
class local real *.gotham.city.com 0.0.0.0
class remote real *
suppresshostname yes
suppressversion yes
email root
banner /etc/issue
loginfails 3
private yes
noretrieve passwd core
log commands anonymous,guest,real
log transfers anonymous,guest,real inbound,outbound
passwd-check enforce
To see how well you've done on the old config front run this (you may have to config inetd.conf before running this):
echo quit | telnet localhost 21
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 01:37 AM
05-02-2006 01:37 AM