mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
44 lines
996 B
JSON
44 lines
996 B
JSON
{
|
|
"errors": [
|
|
{
|
|
"actual": [
|
|
"3072"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"4096"
|
|
],
|
|
"mismatched_field": "RSA host key (rsa-sha2-256) sizes"
|
|
},
|
|
{
|
|
"actual": [
|
|
"3072"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"4096"
|
|
],
|
|
"mismatched_field": "RSA host key (rsa-sha2-512) sizes"
|
|
},
|
|
{
|
|
"actual": [
|
|
"3072"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"4096"
|
|
],
|
|
"mismatched_field": "RSA host key (ssh-rsa) sizes"
|
|
}
|
|
],
|
|
"host": "localhost",
|
|
"passed": false,
|
|
"policy": "Docker policy: test12 (version 1)"
|
|
}
|