Hi,
I've several linux servers, most of the Oracle Linux (OL) 7. OL is Red-Hat clone. And I'm setting up snmpv3 to monitor the servers and therefore I use:
net-snmp-create-v3-user -ro -a MD5 -A "xxxx" -x AES -X "yyyy" snmpuser
My question is: what is the maximum length of xxxx and yyyy?
I've googled, read the man pages, etc but could not find anything about max length.
As per our security policy we strive to use at least 48 characters for passwords. So that is the length I want to use. And yes, I could just try and check if it works. But sometimes credentials are trimmed to a max length and there is no point in using a longer password.
regards,
Ivan
I've several linux servers, most of the Oracle Linux (OL) 7. OL is Red-Hat clone. And I'm setting up snmpv3 to monitor the servers and therefore I use:
net-snmp-create-v3-user -ro -a MD5 -A "xxxx" -x AES -X "yyyy" snmpuser
My question is: what is the maximum length of xxxx and yyyy?
I've googled, read the man pages, etc but could not find anything about max length.
As per our security policy we strive to use at least 48 characters for passwords. So that is the length I want to use. And yes, I could just try and check if it works. But sometimes credentials are trimmed to a max length and there is no point in using a longer password.
regards,
Ivan