Add readonly sftponly data access account
This commit is contained in:
parent
d19ec8b548
commit
e71ae589e0
5 changed files with 34 additions and 2 deletions
|
@ -82,5 +82,7 @@ in
|
|||
"secrets/data-access/ssh_host_ed25519_key.pub.age".publicKeys = [ urithiru ] ++ users;
|
||||
"secrets/data-access/authorized_keys.age".publicKeys = [ urithiru ] ++ users;
|
||||
"secrets/data-access/password_file.age".publicKeys = [ urithiru ] ++ users;
|
||||
"secrets/data-access/readonly_authorized_keys.age".publicKeys = [ urithiru ] ++ users;
|
||||
"secrets/data-access/readonly_password_file.age".publicKeys = [ urithiru ] ++ users;
|
||||
"secrets/data-access/create_torrent.age".publicKeys = [ urithiru ] ++ users;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue