- `authType` is missing the `authentication-agent` enum value - `mountDestPath` is missing completely
12 lines
292 B
JSON
12 lines
292 B
JSON
{
|
|
"authType": "authentication-agent",
|
|
"beforeMount": "true",
|
|
"host": "host4.example.com",
|
|
"id": "mount4",
|
|
"mountDestPath": "/mnt/host4",
|
|
"mountOptions": [],
|
|
"mountPoint": "/another/path/somewhere/else",
|
|
"port": 22,
|
|
"sshKey": "/home/user/.ssh/id_ed25519",
|
|
"user": "user"
|
|
}
|