Title: Message Title
Josh Cooper commented on an issue
Puppet / Bug PUP-2579
ssh_autorized_key does not handle options with escaped double quotes
With the following declaration:
{code}
ssh_authorized_key { 'title':
    user => 'root',
    ensure => 'present',
    name => 'mykey',
    options => [ 'command="/usr/local/bin/mybin \"$SSH_ORIGINAL_COMMAND\""' ],
    type => 'ssh-rsa',
    key => 'xxx',
}
{code}

It creates the following entry:
{code}command="/usr/local/bin/myb...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to