home.nas: remove inbox user
This commit is contained in:
parent
1c8d2ccb66
commit
9e2b36767f
1 changed files with 5 additions and 5 deletions
|
@ -252,11 +252,11 @@ nodes['home.nas'] = {
|
||||||
'enable_x_forwarding_for_admins': True,
|
'enable_x_forwarding_for_admins': True,
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'inbox': {
|
#'inbox': {
|
||||||
'ssh_pubkey': {
|
# 'ssh_pubkey': {
|
||||||
#'command="/usr/share/rsync/scripts/rrsync -wo /storage/inbox/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ',
|
# #'command="/usr/share/rsync/scripts/rrsync -wo /storage/inbox/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ',
|
||||||
},
|
# },
|
||||||
},
|
#},
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
'groups': {
|
'groups': {
|
||||||
'nas',
|
'nas',
|
||||||
|
|
Loading…
Reference in a new issue