Skip to content

Commit

Permalink
Move snmpd_no_rwusers to use systemctl for restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Sep 17, 2024
1 parent d736127 commit cbfde5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 'Ensure SNMP Read Write is disabled'
description: |-
Edit <tt>/etc/snmp/snmpd.conf</tt>, remove any <tt>rwuser</tt> entries.
Once the read write users have been removed, restart the SNMP service:
<pre>$ sudo service snmpd restart</pre>
<pre>$ sudo systemctl restart snmpd</pre>
rationale: |-
Certain SNMP settings can permit users to execute system behaviors from user
Expand Down

0 comments on commit cbfde5b

Please sign in to comment.