summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/user_running.json
blob: 4bc9c198b44c05ebb8ce76c7d41e424d3ca95989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "user": {
    "vyos": {
      "authentication": {
        "encrypted-password": "$6$abc123",
        "plaintext-password": ""
      }
    },
    "alice": {
      "authentication": {
        "encrypted-password": "$6$def456",
        "public-keys": {
          "alice-laptop": {
            "key": "AAAAB3NzaC1yc2EAAAA",
            "type": "ssh-rsa"
          }
        }
      },
      "full-name": "Alice Smith"
    }
  }
}