mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"errors": [
|
|
{
|
|
"actual": [
|
|
"3072"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"4096"
|
|
],
|
|
"mismatched_field": "Host key (rsa-sha2-256) sizes"
|
|
},
|
|
{
|
|
"actual": [
|
|
"3072"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"4096"
|
|
],
|
|
"mismatched_field": "Host key (rsa-sha2-512) sizes"
|
|
},
|
|
{
|
|
"actual": [
|
|
"umac-64-etm@openssh.com",
|
|
"umac-128-etm@openssh.com",
|
|
"hmac-sha2-256-etm@openssh.com",
|
|
"hmac-sha2-512-etm@openssh.com",
|
|
"hmac-sha1-etm@openssh.com",
|
|
"umac-64@openssh.com",
|
|
"umac-128@openssh.com",
|
|
"hmac-sha2-256",
|
|
"hmac-sha2-512",
|
|
"hmac-sha1"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"hmac-sha2-256-etm@openssh.com",
|
|
"hmac-sha2-512-etm@openssh.com",
|
|
"umac-128-etm@openssh.com"
|
|
],
|
|
"mismatched_field": "MACs"
|
|
}
|
|
],
|
|
"host": "localhost",
|
|
"passed": false,
|
|
"policy": "Hardened OpenSSH Server v8.0 (version 2)"
|
|
}
|