Skip to content

Commit

Permalink
Add auditing for SSH configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Aug 5, 2024
1 parent 0dc6787 commit 4bc2b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def bindiface_choices(self):
('rm', {'name': 'host_rsa_key_pub'}),
('rm', {'name': 'host_rsa_key_cert_pub'}),
('attr', {'update': True}),
)
), audit='Update SSH configuration',
)
async def do_update(self, data):
"""
Expand Down

0 comments on commit 4bc2b9d

Please sign in to comment.