Skip to content

Commit 2b5351d

Browse files
committed
Document the additional SHA authentication algorithms
1 parent bc4a0a2 commit 2b5351d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ make install
5959
-s|--speed override speed detection with this value (bits per sec)
6060
-x|--trim cut this number of characters from the start of interface descriptions
6161
Useful for nortel switches
62-
-j|--auth-proto SNMPv3 Auth Protocol (SHA|MD5)
62+
-j|--auth-proto SNMPv3 Auth Protocol (SHA|SHA-224|SHA-256|SHA-384|SHA-512|MD5)
6363
-J|--auth-phrase SNMPv3 Auth Phrase
6464
-k|--priv-proto SNMPv3 Privacy Protocol (AES|DES) (optional)
6565
-K|--priv-phrase SNMPv3 Privacy Phrase

check_interfaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ int usage(char *progname) {
14771477
printf("%s%s", i ? "," : "", modes[i]);
14781478
}
14791479
printf(")\n");
1480-
printf(" -j|--auth-proto\tSNMPv3 Auth Protocol (SHA|MD5)\n");
1480+
printf(" -j|--auth-proto\tSNMPv3 Auth Protocol (SHA|SHA-224|SHA-256|SHA-384|SHA-512|MD5)\n");
14811481
printf(" -J|--auth-phrase\tSNMPv3 Auth Phrase\n");
14821482
#ifdef usmDESPrivProtocol
14831483
printf(

0 commit comments

Comments
 (0)