sftpman: add missing options
- `authType` is missing the `authentication-agent` enum value
- `mountDestPath` is missing completely
(cherry picked from commit 3351348827)
This commit is contained in:
parent
8c8a16d413
commit
82fb7dedaa
6 changed files with 32 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"beforeMount": "true",
|
||||
"host": "host3.example.com",
|
||||
"id": "mount3",
|
||||
"mountDestPath": null,
|
||||
"mountOptions": [],
|
||||
"mountPoint": "/yet/another/path",
|
||||
"port": 22,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue