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)
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/749
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|26b97a417b8fd1e476cf32600c827304845ffe9c.
Updated by Benoît PECCATTE about 9 years ago
Applied in changeset rudder-techniques|176ac36dae7c3707d64282c37026ea0dc14ba243.
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending release to Released
Actions