Re: [Puppet Users] duplicated public keys in authorized keys

2012-09-22 Thread wen1023 wu
hi please delete the common information from the key value ,may be you used ssh-keygen -t rsa -C "XXX". 2012/9/21 Hiu > hi Admin, > > How are you? > > I have a easy ssh_authorized_key like below > >ssh_authorized_key { "hiu@$fqdn": > name => "hiu@$fqdn", >

[Puppet Users] duplicated public keys in authorized keys

2012-09-20 Thread Hiu
hi Admin, How are you? I have a easy ssh_authorized_key like below ssh_authorized_key { "hiu@$fqdn": name => "hiu@$fqdn", ensure => present, type => ssh-rsa, key => $keys, user => hiu, } I manage to in