Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created August 13, 2023 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erangaeb/d5247f6234dfc259d291c81c27abac54 to your computer and use it in GitHub Desktop.
Save erangaeb/d5247f6234dfc259d291c81c27abac54 to your computer and use it in GitHub Desktop.
nft json
[
{
"Title": "Do Not Allow SSH Environment Options",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_do_not_permit_user_env",
"Result": "pass"
},
{
"Title": "Enable PAM",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_enable_pam",
"Result": "pass"
},
{
"Title": "Enable Public Key Authentication",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_enable_pubkey_auth",
"Result": "fail"
},
{
"Title": "Enable SSH Warning Banner",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_enable_warning_banner_net",
"Result": "fail"
},
{
"Title": "Set SSH Idle Timeout Interval",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_set_idle_timeout",
"Result": "fail"
},
{
"Title": "Set SSH Client Alive Count Max",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_set_keepalive",
"Result": "fail"
},
{
"Title": "Use Only FIPS 140-2 Validated Ciphers",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_use_approved_ciphers_ordered_stig",
"Result": "fail"
},
{
"Title": "Use Only FIPS 140-2 Validated MACs",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_use_approved_macs_ordered_stig",
"Result": "fail"
},
{
"Title": "Prevent remote hosts from connecting to the proxy display",
"Rule": "xccdf_org.ssgproject.content_rule_sshd_x11_use_localhost",
"Result": "pass"
},
{
"Title": "Configure SSSD to Expire Offline Credentials",
"Rule": "xccdf_org.ssgproject.content_rule_sssd_offline_cred_expiration",
"Result": "notapplicable"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment