diff options
author | aiju <devnull@localhost> | 2017-04-24 23:26:43 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-04-24 23:26:43 +0000 |
commit | 042f98784acb9f09013f65b0c93b7f56e1b8a10a (patch) | |
tree | b6e6b5edb748c0dd9c353b831c320e3aacd230bd /sys/man | |
parent | ef7b42883242ec39eb4be18c2c5c49b03e5ceaf1 (diff) |
ssh: make number of retries configurable
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/ssh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh index f8c86bff2..1e5d6cce6 100644 --- a/sys/man/1/ssh +++ b/sys/man/1/ssh @@ -60,6 +60,13 @@ This can be disabled with the .B -R option. .PP +If +.I keyboard-interactive +authentication fails, by default it is retried three times. +The number of tries can be changed with +.BR -T . +Setting it to zero disables keyboard-interactive authentication. +.PP The .B -d option enables debug output. |