Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ban-ip-uuid docs #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,26 @@ service.
Check that your network is not vulnerable to
`IP address spoofing <https://en.wikipedia.org/wiki/IP_address_spoofing>`_
.

Disabling this feature from the Administrator dashboard will not disable
the functionality. To disable, select `Authentications:Ban IP with multiple failures`,
Set Enable at Startup to No. Review and Apply. Then modify server.ini by removing
ban-ip-uuid from the server configuration block. Finally, restart the server from
the command line or windows service.

```
[server]
uuid = single-server-uuid
name = sftp
description = SFTP Server
account = sftpplus
execute_at_startup = Disabled
umask = 022
password_minimum_strength = 4
password_minimum_length = 12
authentications = username-blocker-uuid, ban-ip-uuid, application-uuid, os-uuid
manager_authentications = application-uuid
```


ban_interval
Expand Down