[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Disable FTP Access



> 
> Lets try something rather radical here...In your 
> /etc/proftpd.conf file, add the following lines BEFORE the 
> <VirtualHost> directives that are already there (using the 
> domain you wish to block of course):
> 
> <VirtualHost stretchedout.com>
> <Limit LOGIN>
> DenyAll
> </Limit>
> </VirtualHost>
> 

What happens if someone logs in by IP instead?

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.