-
Type:
Bug
-
Status: Needs Information
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sshkeys_core
-
Labels:
-
Environment:
Centos 7.3
-
Template:customfield_10700 218779
-
Team:Night's Watch
-
Method Found:Needs Assessment
-
QA Risk Assessment:Needs Assessment
If you create 2 users.
ex test1 and test2
user { $user:
|
home => "/home/${user}",
|
managehome => true,
|
purge_ssh_keys => true,
|
ensure => "present",
|
}
|
And then add 1 key to each
ssh_authorized_key { $user:
|
ensure => present,
|
key => $key,
|
user => $user,
|
}
|
then you on the client machine, manual edit your authorized_keys and copy the entire line from test1 user to test2 users authorized_keys, that line will not be delete on next puppet run
- is blocked by
-
MODULES-7604 ssh_authorized_keys should not use the key 'comment' as a unique identifier (name)
-
- Accepted
-
- relates to
-
MODULES-7596 puppet ssh_authorized_key not purged as expected
-
- Accepted
-