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. --

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

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

Diffie-Hellman Key

2022-08-31 Thread Simon Chamlian
Hi, Does NET-SNMP 5.9.x support Diffie-Hellman? If so, how do I configure it in snmpd.configuration? For example, if I have the following in snmpd.conf: createUser simon SHA "simon-pass" AES128 "simon-priv" rwuser simon How do I add a DH key? Thanks, S.

Diffie-Hellman key ignition mib?

2008-08-29 Thread mware
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi all, I am working on a product which requires the use of Diffie-Hellman derived privacy keys. We have had some success with using the usmDHKeyTable for key changes, but I don't see any support for usmDHKickStart group for