기술 노트/fortigate
admin 패스워드 실패 시 접근 제한
미래의억만장자
2023. 8. 3. 20:44
fortigate의 관리자 권한 접근 시 패스워드를 3번 틀릴경우, 기본적으로 잠김 시간은 60초 입니다.
너무 약하다 싶어 패스워드 입력 실패를 5회로, 기본 잠김 시간은 600초로 변경했습니다.
fortigate # config system global
fortigate (global) # set
# 다른 내용은 생략
admin-lockout-duration Amount of time in seconds that an administrator account is locked out after reaching the admin-lockout-threshold for repeated failed login attempts.
admin-lockout-threshold Number of failed login attempts before an administrator account is locked out for the admin-lockout-duration.
fortigate (global) # set admin-lockout-duration 600
fortigate (global) # set admin-lockout-threshold 5
fortigate (global) # get
# 다른 내용은 생략
admin-lockout-duration: 600
admin-lockout-threshold: 5
fortigate (global) # end
fortigate #