Re: Diffie-Hellman Key

2022-09-08 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > So once it is compiled in, how do you add the Diffie-Hellman in createUser  > instruction in the snmpd.conf file? You still create users per normal, but can change passwords with the snmpusm command. See the snmpusm manual in the "CHANGING PASS PHRASES" section. -- We

Re: Diffie-Hellman Key

2022-09-07 Thread Simon Chamlian
So once it is compiled in, how do you add the Diffie-Hellman in createUser instruction in the snmpd.conf file? -Simon On Wed, Sep 7, 2022 at 11:21 AM Wes Hardaker wrote: > Craig Small via Net-snmp-coders > writes: > > > My understanding is the only way of adding the key is with the snmpusm >

Re: Diffie-Hellman Key

2022-09-07 Thread Wes Hardaker via Net-snmp-coders
Craig Small via Net-snmp-coders writes: > My understanding is the only way of adding the key is with the snmpusm > command. Except it doesn't work for me. snmpusm is used to change a key, but isn't really doing DH for each transaction after that. It's still using a shared-secret. (D)TLS suppo

Re: Diffie-Hellman Key

2022-09-06 Thread Craig Small via Net-snmp-coders
Hi Simon, My understanding is the only way of adding the key is with the snmpusm command. Except it doesn't work for me. $ snmpusm -v3 -u simon -l authPriv -a SHA1 -A simon-pass -x AES128 -X simon-priv localhost changekey simon snmpusm: Can't get diffie-helman exchange from the agent (maybe it