diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2019-11-14 12:00:14 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2019-11-14 12:52:24 -0500 |
commit | 1f6d8f2b04e33d9475b6badd2e3aab6d1c8655a0 (patch) | |
tree | 9674115ce581dbc11133f15c99d0734bc9e850bf | |
parent | 77e4c8149c21d827954d65c558cc5976c5924333 (diff) | |
download | sos-1f6d8f2b04e33d9475b6badd2e3aab6d1c8655a0.tar.gz |
[ssh] Add plugin to 'system' profile
Related: #1818
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | sos/plugins/ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
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([ |