Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 7, 2024
1 parent 53a9427 commit cfbfacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snmpd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Installation/configuration example on how to set up snmpd on a Debian server:

1. `apt -y install snmpd.service`
1. `apt -y install snmpd`
1. `systemctl stop snmpd.service`
1. Install `distro` to /usr/local/bin
1. Create a v3 AuthPriv read-only user using something to the like of `net-snmp-create-v3-user -ro -A my_authpass -X my_privpass -a SHA -x AES netadmin`
1. `systemctl start snmpd`
1. `systemctl start snmpd.service`
1. Even when using encryption and passwords, it's best practice to additinally lock the port down to the querying IP address

0 comments on commit cfbfacc

Please sign in to comment.