-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specialized printer for file context for resources that support it: ``` sshd.config.blocks: [ 0: sshd.config.matchBlock criteria="" in /pub/go/src/go.mondoo.com/cnquery/sshd_config:1-172 1: # # 2: # Ansible managed ... 171: RevokedKeys /etc/ssh/revoked_keys 172: 1: sshd.config.matchBlock criteria="Group sftp-users" in /pub/go/src/go.mondoo.com/cnquery/sshd_config:173-177 173: Match Group sftp-users 174: X11Forwarding no 175: PermitRootLogin no 176: AllowTCPForwarding yes 177: 2: sshd.config.matchBlock criteria="User myservice" in /pub/go/src/go.mondoo.com/cnquery/sshd_config:178-181 178: Match User myservice 179: 180: ] ```
- Loading branch information
Showing
7 changed files
with
156 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters