Actions
Bug #7254
closedSsh key distribution cannot distibute several keys on one user
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If i try to add several keys to a user with sshKeyDistribution technique ... it completely broke my authorized keys file \o/
lets say I have 3 keys: key1, key2, key3
after first run: I will have
key3
after second run:
key3 key3
after n runs:
key3 ... n-2 times ... key3
This is because a var is not set when we try to replace the lines which leads to funny behavior (not so funny)
Actions