summaryrefslogtreecommitdiffstats
path: root/aconf/modules/openssh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'aconf/modules/openssh.lua')
-rw-r--r--aconf/modules/openssh.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/aconf/modules/openssh.lua b/aconf/modules/openssh.lua
index 4592c71..c1db8b9 100644
--- a/aconf/modules/openssh.lua
+++ b/aconf/modules/openssh.lua
@@ -17,7 +17,7 @@ SshKey.type = M.String{
{'ssh-rsa', 'ssh-rsa'}
}
}
-SshKey.key = M.String{be_mode=M.addr.special.value}
+SshKey.key = M.String{be_mode='parent-value'}
SshKey.comment = M.String
local Sshd = M.service('sshd')
@@ -36,7 +36,7 @@ Sshd.agent_forward = M.Boolean{
Sshd.root_auth_keys = M.List{
type=SshKey,
addr='/augeas/root/.ssh/authorized_keys/key',
- be_mode=M.addr.special.enum_keys,
+ be_mode='enumerate',
ui_name='Root login keys',
ui_member='Key'
}