Skip to content

Commit

Permalink
Document the additional SHA authentication algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Jan 14, 2024
1 parent bc4a0a2 commit 2b5351d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ make install
-s|--speed override speed detection with this value (bits per sec)
-x|--trim cut this number of characters from the start of interface descriptions
Useful for nortel switches
-j|--auth-proto SNMPv3 Auth Protocol (SHA|MD5)
-j|--auth-proto SNMPv3 Auth Protocol (SHA|SHA-224|SHA-256|SHA-384|SHA-512|MD5)
-J|--auth-phrase SNMPv3 Auth Phrase
-k|--priv-proto SNMPv3 Privacy Protocol (AES|DES) (optional)
-K|--priv-phrase SNMPv3 Privacy Phrase
Expand Down
2 changes: 1 addition & 1 deletion check_interfaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ int usage(char *progname) {
printf("%s%s", i ? "," : "", modes[i]);
}
printf(")\n");
printf(" -j|--auth-proto\tSNMPv3 Auth Protocol (SHA|MD5)\n");
printf(" -j|--auth-proto\tSNMPv3 Auth Protocol (SHA|SHA-224|SHA-256|SHA-384|SHA-512|MD5)\n");
printf(" -J|--auth-phrase\tSNMPv3 Auth Phrase\n");
#ifdef usmDESPrivProtocol
printf(
Expand Down

0 comments on commit 2b5351d

Please sign in to comment.