Displaying 1 result from an estimated 1 matches for "userx_dss".
Did you mean:
user_ds
2011 May 13
5
ssh_authorized_key loops when options is defined
...9;', puppet keeps repeating and replacing the key with
an identical key.
I have written the various options in various formats, like one big
strings, as an array, with double quotes or single quotes, etc, etc
(see examples below), but the issue stays
as a string ...
@authorizedkey {
"userx_dss":
user => "userx",
type => "ssh-dss",
key => "AAAA...=",
options => ''from="server1.mydomain,server1,192.168.1.2",no-
port-forwarding,no-agent-forwarding'',
}
as an array ...
@aut...