문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. Fail2ban 설정은 configure 명령어에서 설정할 수 있습니다. <pre> LYSH@MyHostName# configure configure# fail2ban -h usage: fail2ban [-h] {add,disable,enable} ... config fail2ban positional arguments: add Configure fail2ban disable Disable fail2ban service enable Enable fail2ban service optional arguments: -h, --help show this help message and exit </pre> === Basic Commands === <pre> configure# fail2ban add -h usage: fail2ban add [-h] [bantime] [findtime] [maxretry] positional arguments: bantime The number of seconds that a host is banned findtime The length of time between login attempts before a ban is set maxretry How many attempts can be made to access the server before a ban is imposed optional arguments: -h, --help show this help message and exit </pre> * <code>configure# fail2ban add 3600 86400 5</code> 원격 접속을 86400초 동안 5번 실패하면 3600초 동안 접속을 방지합니다. * <code>configure# fail2ban enable</code> fail2ban을 활성화 합니다. * <code>configure# fail2ban disable</code> fail2ban을 비활성화 합니다. 이 문서에서 사용한 틀: 틀:Note (원본 보기) CLI - Fail2ban 설정 문서로 돌아갑니다.