- retry-options {
- backoff-threshold number;
- backoff-factor seconds;
- minimum-time seconds;
- tries-before-disconnect number;
- }
[edit system login]
Statement introduced in JUNOS Release 8.0.
Maximum number of times a user can attempt to enter a password while logging in through SSH or Telnet before being disconnected.
backoff-threshold number—Threshold for the number of failed login attempts before the user experiences a delay when attempting to reenter a password. Use the backoff-factor option to specify the length of delay, in seconds.
backoff-factor seconds—Length of delay after each failed login attempt. The length of delay increases by this value for each subsequent login attempt after the value specified in the backoff-threshold option.
minimum-time seconds—Minimum length of time that the connection remains open while the user is attempting to enter a password to log in.
tries-before-disconnect number—Maximum number of times a user is allowed to attempt to enter a password to log in through SSH or Telnet.
See Limiting the Number of Login Attempts for SSH and Telnet Sessions.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.