Web Hosting Talk







View Full Version : FTP login message


miami_g
06-25-2002, 06:36 AM
any body know where i go to change the ftp login message
it shows the server name and my resellers are upset.

looked in /etc/proftpd


thankyou

el_g

davidb
06-25-2002, 07:49 AM
It depends on the config. You can check /etc/issue /etc/motd

But I am willing to bet in the config it speficies a banner

MotleyFool
06-25-2002, 08:30 AM
Put

ServerIdent Off "Your Blurb"

<edit>
in /etc/proftpd.conf
</edit>

And then..

do remember to find all proftpd processes by

ps auxwww | grep proftpd

and send a

kill -HUP pid#

and then restart proftpd

Cheers
Balaji

dandanfirema
06-25-2002, 08:51 AM
Actually I had to put ServerIdent On "Your Blurb" to hide my server name.

Rich2k
06-25-2002, 09:27 AM
Actually you don't have to restart proftpd for it to see the new changes

MotleyFool
06-25-2002, 09:32 AM
dandan,

On is right...! :) I never can get syntax right!

And Rich2K, I changed the hostname in one Linux server with Ident Off and could not get proftpd to say the new host name until I killed the pid#'s and restarted

Anyhoo.. as long as the issue is settled!

dandanfirema
06-25-2002, 09:38 AM
Thanks Motleyfool. That was actually something I was trying to figure out how to do today. I wasn't sure where to look.


You da man!

Rich2k
06-26-2002, 05:03 AM
Very strange, because when I edited my conf file it worked just on next login... very strange!