Re: Determin which FTP server is running and turn off non se…

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
+ (text/html)
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Daniel Stasinski
Date:  
À: Main PLUG discussion list
Sujet: Re: Determin which FTP server is running and turn off non secure FTP
On Wed, Jun 23, 2010 at 3:50 PM, keith smith <> wrote:

> I have a CentOS server that I am working on. Got SFTP working and now I
> want to turn off plain FTP.
>


For Centos do both of these as root:

chkconfig --del vsftpd
service vsftpd stop

The first line stops it from running on boot and the second kills the
current instance of it.

Daniel
--
| ---------------------------------------------------------------
| Daniel P. Stasinski          | http://www.saidsimple.com
|            | http://www.disabilities-r-us.com
| XMMP:    | http://www.avenues.org
| Google Talk: mooooooo        | http://www.scriptkitties.com

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss