Displaying 1 result from an estimated 1 matches for "sshkeytype".
Did you mean:
sshkey_type
2013 Oct 08
5
user management define once an add if required on server
...s admin_user::list {
admin_user::useradd { "test1":
comment => "test1",
uid => "1032",
gid => "888",
shell => "/bin/bash",
password => ''$6$QMhC7iyQ$CeUQnyZRaqzUp1/jkH61SaE7gz/'',
sshkeytype => "rsa",
sshkey =>
"AAAAB3NzaC1yc2EAAAABIwAAA4gZcD7cxU7Yu2Gs4iL5bycu1nSb0/U4rGLe5OipRtqkwkfk93KX/i6N8=",
}
admin_user::useradd { "test2":
comment => "test2",
uid => "2012",
gid => "888",...