Displaying 1 result from an estimated 1 matches for "repopbob".
Did you mean:
repobob
2010 Mar 13
5
inheriting ssh_authorized_key
...ser
and options like so:
class repobob inherits ssh_keys::all::bob {
Ssh_authorized_key[bob] {
user => "repo",
options => "command=\"svnserve -t --tunnel-user=bob\"",
}
}
include repobob
When I include the repopbob, oddly enough, the options for the key in
/root/.ssh/authorized_keys change, and no key is added to the repo user.
This seems like an appropriate use, but maybe I''m doing something wrong.
Any ideas?
--
You received this message because you are subscribed to the Google Groups "Pupp...