From 1f6d8f2b04e33d9475b6badd2e3aab6d1c8655a0 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 14 Nov 2019 12:00:14 -0500 Subject: [ssh] Add plugin to 'system' profile Related: #1818 Signed-off-by: Jake Hunsaker --- sos/plugins/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/ssh.py b/sos/plugins/ssh.py index 4b51cb51..3b6485fa 100644 --- a/sos/plugins/ssh.py +++ b/sos/plugins/ssh.py @@ -16,7 +16,7 @@ class Ssh(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): """ plugin_name = 'ssh' - profiles = ('services', 'security', 'identity') + profiles = ('services', 'security', 'system', 'identity') def setup(self): self.add_copy_spec([ -- cgit