Title: Message Title
Kurt Wall commented on an issue
Puppet / Bug PUP-2579
ssh_authorized_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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
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