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
10 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"authType": "publickey",
"beforeMount": "true",
"host": "host3.example.com",
"id": "mount3",
"mountOptions": [],
"mountPoint": "/yet/another/path",
"port": 22,
"sshKey": "/home/user/.ssh/id_rsa",
"user": "user"
}