1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Add --allow/deny-auth to Uppity usage message.

These were added in commit a73aaf9457.
This commit is contained in:
Jacob Nevins 2022-01-11 23:54:33 +00:00
parent 16ead30c0f
commit 660b8047cb

View File

@ -375,6 +375,10 @@ static void show_help(FILE *fp)
"s->c compression types\n"
" --ssh1-ciphers STR override list of SSH-1 ciphers\n"
" --ssh1-no-compression forbid compression in SSH-1\n"
" --deny-auth METHOD forbid a userauth method\n"
" --allow-auth METHOD allow a userauth method\n"
" (METHOD = none/password/publickey/kbdint/tis/"
"cryptocard)\n"
" --exitsignum send buggy numeric \"exit-signal\" "
"message\n"
" --verbose print event log messages to standard "