mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"errors": [
|
|
{
|
|
"actual": [
|
|
"ssh-rsa",
|
|
"ssh-dss"
|
|
],
|
|
"expected_optional": [
|
|
""
|
|
],
|
|
"expected_required": [
|
|
"ssh-rsa",
|
|
"ssh-dss",
|
|
"key_alg1"
|
|
],
|
|
"mismatched_field": "Host keys"
|
|
}
|
|
],
|
|
"host": "localhost",
|
|
"passed": false,
|
|
"policy": "Docker policy: test3 (version 1)"
|
|
}
|