sftpman: add module

This commit is contained in:
Fugi 2023-11-06 20:05:51 +01:00 committed by Robert Helgesson
parent c24c298562
commit 6e2afa5c3b
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
10 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"authType": "password",
"beforeMount": "true",
"host": "host2.example.com",
"id": "mount2",
"mountOptions": [],
"mountPoint": "/another/path",
"port": 22,
"sshKey": null,
"user": "someuser"
}