summaryrefslogtreecommitdiffstats
path: root/test/docker/expected_results/openssh_8.0p1_builtin_policy_test2.json
blob: 0c54345c1ebc0c5ef15989570c11441419c1cfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "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"
        },
        {
            "actual": [
                "4096"
            ],
            "expected_optional": [
                ""
            ],
            "expected_required": [
                "3072"
            ],
            "mismatched_field": "Group exchange (diffie-hellman-group-exchange-sha256) modulus sizes"
        }
    ],
    "host": "localhost",
    "passed": false,
    "policy": "Hardened OpenSSH Server v8.0 (version 4)"
}