Re: [Puppet Users] duplicated public keys in authorized keys
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
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