Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section FTP Server
  • Search

SFTP instead of FTP

Questions regarding the FTP Server
vsFTPd, ProFTPd
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
canoodle
Posts: 48
Joined: Thu Nov 27, 2014 9:34 am

SFTP instead of FTP
  • Quote

Post by canoodle » Mon Jul 04, 2016 8:11 am

vestacp – Disable vsftpd for security reasons

… if you have ssh properly setup (public-private-key-based-auth) then you can easily connect via sftp to your host and abandon ftp, which is prone to security problems.

E.g. with FileZilla the config looks as easy as this: (if you are logged in with a user under linux that has ssh setup correctly)

Image

to Disable vsftpd:

Code: Select all

service vsftpd stop; # sto vsftpd service

update-rc.d -f vsftpd remove; # disable vsftpd service (should also work in debian)

chkconfig vsftpd off; # disable vsftpd service (only works in redhat)
http://dwaves.de/2016/07/04/vestacp-dis ... y-reasons/
Top

chirag
Posts: 8
Joined: Wed Aug 10, 2016 9:26 am

Re: SFTP instead of FTP
  • Quote

Post by chirag » Sun Aug 14, 2016 9:34 am

Can you tell me reason? Do I still need to disable SFTP?
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “FTP Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password