Results 1 to 3 of 3
hello,
i am new to linux debian. i am using version 3.0
I have installed apache2
FTP was already on it.
now i want to make new users to conect ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 1
FTP and APACHE 2
hello,
i am new to linux debian. i am using version 3.0
I have installed apache2
FTP was already on it.
now i want to make new users to conect to the server.
i want that they could upload files to the webserver.
could u guys explain this to me?
thank you very much!
- 10-21-2004 #2Just Joined!
- Join Date
- Oct 2004
- Location
- Germany
- Posts
- 3
Hi
which ftp-server do you use? (vsftp, pure-ftpd....)
Greetz }-Tux-{
- 10-28-2004 #3Just Joined!
- Join Date
- Sep 2004
- Location
- So-Cal
- Posts
- 17
I'd setup SFTP since you already have OpenSSH installed on the system more than likely. It's simple and almost identical to normal FTP, it's encrypted, and as long as you have the users on the system, as in the adduser command they can log in withouth a problem.
Just enable the SFTP part by editing sshd_config in /etc/ssh/ and uncomment or add the line:
Subsystem sftp /usr/lib/sftp-server.
Then restart the sshd daemon or if it's run though inetd just connect.
The only catch is you'll need a SFTP enabled FTP client, thankfully most Unix FTP clients support this, and if the client is win32 the excellent Filezilla works using SFTP over SSH2, http://filezilla.sourceforge.net/.
If you're running via ident you can even go as far as setting up TCPwrappers and only allowing certain IP addresses to connect, giving you another layer of security.


Reply With Quote
