Issue #4263 has been updated by Peter Meier.
This is a known issue from http://docs.puppetlabs.com/references/stable/type.html : <pre> OPTIONS Key options, see sshd(8) for possible values. Multiple values should be specified as an array </pre> so <pre> options => [ "no-agent-forwarding", "no-port-forwarding", "no-pty" , "no-user-rc", "no-X11-forwarding" ], </pre> Will fix your problem. ---------------------------------------- Bug #4263: ssh_authorized_keys keeps changing options http://projects.puppetlabs.com/issues/4263 Author: martin krafft Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.4 Keywords: Branch: If you look closely, there is no change: <pre> puppetd[32320]: (//backuppc::client/ssh_authorized_key[[email protected]]/options) options changed 'no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding' to 'no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding' </pre> So it should not report a change. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
