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:
Michael Strobel 2026-01-08 12:05:23 +01:00 committed by Austin Horstman
parent 8c8a16d413
commit 82fb7dedaa
6 changed files with 32 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"beforeMount": "true",
"host": "host3.example.com",
"id": "mount3",
"mountDestPath": null,
"mountOptions": [],
"mountPoint": "/yet/another/path",
"port": 22,