all groups > iis ftp > june 2006 >
You're in the

iis ftp

group:

Disabling FTP login access for specific users


Disabling FTP login access for specific users Nathan Champion
6/29/2006 12:00:00 AM
iis ftp:
Hi all,

I'm looking for a way of disabling FTP login access to specific users in
order to prevent password guessing attempts. I've spent some time searching
for a solution on the internet but only seem to get results on isolation
details and iislockdown etc. See below for an example of what I'm trying to
prevent:

F:\>ftp x.x.x.x
Connected to x.x.x.x.
220 Microsoft FTP Service
User (x.x.x.x:(none)): administrator
331 Password required for administrator.
Password:
530 User administrator cannot log in.
Login failed.
ftp> quit
221

(repeat until password is guessed)

F:\>ftp x.x.x.x
Connected to x.x.x.x.
220 Microsoft FTP Service
User (x.x.x.x:(none)): administrator
331 Password required for administrator.
Password:
230 User administrator logged in.
ftp> quit
221

Any ideas would be appreciated - apologies that this has probably already
come up in the past.

Re: Disabling FTP login access for specific users Robin Walker [MVP]
6/29/2006 12:00:00 AM
[quoted text, click to view]

If you had a strong enough password for Administrator, it could not
reasonably be attacked by FTP transactions within the life of your server.

However, if you must, use FTP Isolated user mode and create an FTP home
directory for Administrator to which Administrator has no access.

--
Robin Walker [MVP Networking]
rdhw@cam.ac.uk

Re: Disabling FTP login access for specific users Bernard Cheah [MVP]
6/30/2006 12:00:00 AM
or rename the administrator account name and i think account lockout will
work..
of coz that will be another dos attack to the account.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

RE: Disabling FTP login access for specific users Mad Dog
7/21/2006 3:03:01 AM
IIS uses ntfs permission for access.If you want to deny some user access to a
folder,then you need to go in to that folder and deny all access.The
administrator you where giving as ex,is probably not the account you want to
deny access?
You can also right click my computer and choose manage.Under user and groups
you can delete user account,but then this user account is not deleted only
from ftp login,but also to the whole system.Not login of any kind.


Hope this helps

[quoted text, click to view]
AddThis Social Bookmark Button