You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
620 B
36 lines
620 B
[
|
|
{
|
|
"Username": "admin",
|
|
"Password": "adminpassword",
|
|
"PublicKeys": [],
|
|
"HomeDir": "/",
|
|
"Permissions": {
|
|
"/": ["*"]
|
|
},
|
|
"Uid": 0,
|
|
"Gid": 0
|
|
},
|
|
{
|
|
"Username": "testuser",
|
|
"Password": "testuserpassword",
|
|
"PublicKeys": [],
|
|
"HomeDir": "/sftp/testuser",
|
|
"Permissions": {
|
|
"/sftp/testuser": ["*"]
|
|
},
|
|
"Uid": 1001,
|
|
"Gid": 1001
|
|
},
|
|
{
|
|
"Username": "readonly",
|
|
"Password": "readonlypassword",
|
|
"PublicKeys": [],
|
|
"HomeDir": "/public",
|
|
"Permissions": {
|
|
"/public": ["read", "list"]
|
|
},
|
|
"Uid": 1002,
|
|
"Gid": 1002
|
|
}
|
|
]
|
|
|