|
From: Dave S. <D.T...@li...> - 2010-07-16 09:54:56
|
On 15 July 2010 17:20, Joan Landry <Joa...@ov...> wrote:
> I need to be able to specify the authentication key and the privacy key
> in snmpd.conf Instead of a password
$ man snmpd.conf
:
createUser ....
:
If you want to generate either your master or localized keys directly,
replace the given password with a hexstring (preceeded by a "0x")
and precede the hex string by a -m or -l token (respectively).
:
Have you tried using the -l or -m options?
Dave
|