CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/20 13:55:48
Modified files:
usr.sbin/snmpd : parse.y snmpd.conf.5 snmpd.h snmpe.c usm.c
Log message:
Tighten default security for snmpd(8). This is done by doing several
things:
- Only allow SNMPv3 by default. SNMPv1 and SNMPv2c can be enabled by
setting the new snmpv* flags on the "liston on" statements.
- Remove the default community names. They're not secure to use.
- Change the default seclevel to enc.
Initial idea, help from and OK sthen@