PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Linux FTP Server Secuity setting up vsftpd for no emails

Go down

Linux FTP Server Secuity setting up vsftpd for no emails Empty Linux FTP Server Secuity setting up vsftpd for no emails

Post by jamied_uk 10th December 2013, 17:02

Code:
sudo gedit /etc/vsftpd.banned_emails



and save the empty file and the server will work as it should

Restart using

Code:
sudo service vsftpd restart

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

How to setup FTP Server On Linux

Code:
sudo apt-get install -y vsftpd


Code:
sudo service vsftpd start

Now to add a user

type in console / shell the following:

Code:
su

Code:
sudo echo root > /etc/vsftpd.userlist

Now you have a root user in the list!

To access filezilla from linux machine install filezilla

Code:
sudo apt-get install -y filezilla filezilla-common


Customise what ftp users have what folder access


Edit /etc/vsftpd.conf and /etc/pam.d/vsftpd

Set user permissions for files from inside the folder terminal window with this command

Code:
sudo chown username *

(username being root or w.e)

For more info
http://linuxconfig.org/how-to-setup-and-use-ftp-server-in-ubuntu-linux

and

http://www.sigerr.org/linux/setup-vsftpd-custom-multiple-directories-users-accounts-ubuntu-step-by-step/


Last edited by jamied_uk on 17th October 2015, 23:48; edited 1 time in total
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Linux FTP Server Secuity setting up vsftpd for no emails Empty Re: Linux FTP Server Secuity setting up vsftpd for no emails

Post by jamied_uk 17th October 2015, 22:04

Gui version


Code:
sudo apt-get install -y gadmin-proftpd
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum