|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
How do I remove my existing ftp daemon on FreeBSD? I want to install ProFtpd. I heard it was more secure with many options and easy to use.
|
|
#2
|
|||
|
|||
|
It doesn't matter whether it's FreeBSD or any other UNIX, just uncomment the ftp line from /etc/inetd.conf.
>> I heard it was more secure Yes, but make sure your version is not 1.2.1 or earlier. |
|
#3
|
|||
|
|||
|
Is there a file that I can configure to jail users to their directory? Something I can do without installing a new program. When users connect, I don't want them wandering into higher levels... and I want them to think they are in the highest directory...
It would be great if there is some way to do this without installing any new program. |
|
#4
|
|||
|
|||
|
Create /etc/ftpchroot and add the username, one per line, to it.
|
|
#5
|
|||
|
|||
|
AWESOME!
God.. If I only knew it was that easy... Wait.. but I can still access it through telnet... Is it more complicating if I want to disable that?
Last edited by spinkick : April 27th, 2001 at 12:57 AM. |
|
#6
|
|||
|
|||
|
Disallow ftp and telnet access:
- run vipw and change the associate shell for that particular user to /sbin/nologin (note, don't ask me how to use vipw, just use it like you normally do with vi. Just don't run any UNIX or Linux if you don't know enough vi) Disallow ftp but allow telnet: - add that username to /etc/ftpusers Disallow telnet but allow ftp: - run vipw and change the user shell to /sbin/nologin like mentioned above - add /sbin/nologin to /etc/shells Keep in mind that this thread is totally off topic, you should probably come over to http://bsdvault.net Last edited by freebsd : April 28th, 2001 at 08:00 AM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Removing my existing ftp daemon |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|