rvlinden
2012-Jan-27 15:27 UTC
[Puppet Users] ssh_authorized_key in 2.7.10 keeps looping when options are set
Hi all, I just upgraded a client with puppet 2.7.9 to 2.7.10 and now the authorized_keys started to loop notice: /Stage[main]/Authorizedkey::UserX/ Authorizedkey::Manage[userx_dss_domainx_test]/ Ssh_authorized_key[userx_dss_domainx_test]/options: options changed ''no-port-forwarding,no-agent-forwarding,no-X11-forwarding'' to ''no-port- forwarding,no-agent-forwarding,no-X11-forwarding'' It says it changed .ssh/authorized_keys, but when I compare the current authorized_keys in the user''s homedir with the one in the filebucket, they are identical. The only difference is the date/ timestamp diff < # HEADER: This file was autogenerated at Fri Jan 27 16:10:31 +0100 2012 ---> # HEADER: This file was autogenerated at Fri Jan 27 16:12:58 +0100 2012It only loops on authorized keys with options, which are configured as an array like this options => [ ''no-port-forwarding'', ''no-agent-forwarding'', ''no-X11-forwarding'', ] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Nan Liu
2012-Jan-27 15:56 UTC
Re: [Puppet Users] ssh_authorized_key in 2.7.10 keeps looping when options are set
On Fri, Jan 27, 2012 at 10:27 AM, rvlinden <rene.vanderlinden73@gmail.com> wrote:> Hi all, > > I just upgraded a client with puppet 2.7.9 to 2.7.10 and now the > authorized_keys started to loop > > notice: /Stage[main]/Authorizedkey::UserX/ > Authorizedkey::Manage[userx_dss_domainx_test]/ > Ssh_authorized_key[userx_dss_domainx_test]/options: options changed > ''no-port-forwarding,no-agent-forwarding,no-X11-forwarding'' to ''no-port- > forwarding,no-agent-forwarding,no-X11-forwarding'' > > It says it changed .ssh/authorized_keys, but when I compare the > current authorized_keys in the user''s homedir with the one in the > filebucket, they are identical. The only difference is the date/ > timestamp > > diff > < # HEADER: This file was autogenerated at Fri Jan 27 16:10:31 +0100 > 2012 > --- >> # HEADER: This file was autogenerated at Fri Jan 27 16:12:58 +0100 2012 > > It only loops on authorized keys with options, which are configured as > an array like this > > options => [ > ''no-port-forwarding'', > ''no-agent-forwarding'', > ''no-X11-forwarding'', > ]Perhaps a variation of this issue: http://projects.puppetlabs.com/issues/12197 There''s an ongoing thread, and check if you have Ruby 1.8.7. Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
rvlinden
2012-Jan-27 16:13 UTC
[Puppet Users] Re: ssh_authorized_key in 2.7.10 keeps looping when options are set
Thanks I run puppet on RHEL5 with Ruby 1.8.7 On Jan 27, 4:56 pm, Nan Liu <n...@puppetlabs.com> wrote:> On Fri, Jan 27, 2012 at 10:27 AM, rvlinden > > > > > > <rene.vanderlinde...@gmail.com> wrote: > > Hi all, > > > I just upgraded a client with puppet 2.7.9 to 2.7.10 and now the > > authorized_keys started to loop > > > notice: /Stage[main]/Authorizedkey::UserX/ > > Authorizedkey::Manage[userx_dss_domainx_test]/ > > Ssh_authorized_key[userx_dss_domainx_test]/options: options changed > > ''no-port-forwarding,no-agent-forwarding,no-X11-forwarding'' to ''no-port- > > forwarding,no-agent-forwarding,no-X11-forwarding'' > > > It says it changed .ssh/authorized_keys, but when I compare the > > current authorized_keys in the user''s homedir with the one in the > > filebucket, they are identical. The only difference is the date/ > > timestamp > > > diff > > < # HEADER: This file was autogenerated at Fri Jan 27 16:10:31 +0100 > > 2012 > > --- > >> # HEADER: This file was autogenerated at Fri Jan 27 16:12:58 +0100 2012 > > > It only loops on authorized keys with options, which are configured as > > an array like this > > > options => [ > > ''no-port-forwarding'', > > ''no-agent-forwarding'', > > ''no-X11-forwarding'', > > ] > > Perhaps a variation of this issue:http://projects.puppetlabs.com/issues/12197 > > There''s an ongoing thread, and check if you have Ruby 1.8.7. > > Nan- Hide quoted text - > > - Show quoted text --- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.