PDA

View Full Version : Linux Problem with setting up Setup the FTP Server (VSFTPD) CentOS



clouseau66
10-25-2008, 10:03 PM
I have a problem on my server I'm sure it is something simple but I'll be damned if I can figure it out...In this section of the NAQ Guide for seedboxes:

7. Setup the FTP Server (VSFTPD)

You can setup a FTP Server on your seedbox to transfer files to and from your home PC. This is quite advantageous since you most likely will be able to download files from your server to your PC at the maximum speed provided by your ISP, as well as reducing the need to use Bittorrent at home.

We had already installed VSFTPD from Section 3. Configuring VSFTPD is simple, however we also want to configure VSFTPD to use TLS/SSH authentication.

Note: Enabling TLS/SSH authentication will NOT work if SELinux is enabled. See Section 2 to check if SELinux is enabled. And if so, to disable it.

Note: Users will NOT be able to login if SELinux is enabled. See Section 2 to check if SELinux is enabled, and if so, to disable it.

Note: The root user is not allowed to login with FTP by default.

In VNC Desktop:

We need root privileges to configure VSFTPD. The command "su" will let us switch user. Type in xterm (remember not to use the one that's running uTorrent):
Code:
$ su
Password:
#
***After I type in su it tell me this:
bash: /bin/su: Permission denied!

I'm not using the xterm that is running utorrent either, I need permission to do what I need to do. Any help on telling me how to resolves this would be highly appreciated!

Thanks

regards
clouseau66 :)

clouseau66
10-26-2008, 08:13 AM
Fixed it no worries!