mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
32 lines
707 B
JSON
32 lines
707 B
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"
|
|
}
|
|
],
|
|
"host": "localhost",
|
|
"passed": false,
|
|
"policy": "Hardened OpenSSH Server v8.0 (version 2)"
|
|
}
|