We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de774d2 + 1c2b392 commit c58fba2Copy full SHA for c58fba2
manifests/client/user.pp
@@ -43,6 +43,7 @@
43
sshkeys::set_authorized_key { "${server_user_exploded} to ${client_user}":
44
local_user => $client_user,
45
remote_user => $server_user_exploded,
46
+ target => "/home/${client_user}/.ssh/authorized_keys",
47
require => User[$client_user],
48
options => [
49
"command=\"${allowed_command}\"",
0 commit comments