[SRU] Add support to import multiple keys
Bug #1565275 reported by
Mitsuya Shibata
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ssh-import-id |
Fix Released
|
High
|
Dustin Kirkland | ||
ssh-import-id (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland |
Bug Description
Please upgrade xenial/
[Impact]
* If there are multiple keys in GitHub, then ssh-import-id import a lastkey entry only.
* This is regression from older release (before wily).
[Test Case]
* Add multiple public ssh keys to GitHub.
Example: https:/
* Import ssh keys by ssh-import-id.
Example: $ ssh-import-id gh:m-shibata
* Check there are all keys in ~/.ssh/
Example: $ cat ~/.ssh/
[Regression Potential]
* Probably no.
* Affects only import github keys.
Related branches
lp://staging/~cosmos-door/ssh-import-id/fix-1565275
- Scott Moser: Approve
- Mitsuya Shibata (community): Needs Resubmitting
-
Diff: 20 lines (+2/-1)1 file modifiedssh_import_id/__init__.py (+2/-1)
Changed in ssh-import-id: | |
importance: | Undecided → High |
status: | New → Confirmed |
tags: | added: regression-release xenial |
Changed in ssh-import-id (Ubuntu): | |
importance: | Undecided → High |
Changed in ssh-import-id (Ubuntu): | |
status: | In Progress → Confirmed |
description: | updated |
summary: |
- Add support to import multiple keys + [SRU] Add support to import multiple keys |
To post a comment you must log in.
Unfortunately I have not received upstream's reply about this merge request.
However yakkety beta freeze is approaching.
I attach patch to fix this bug for ssh-import-id for *Ubuntu* package
as workaround until upstream release.
Would you review it?