Eliminate user@ portion of ssh codehosting URLs
Bug #137910 reported by
Jonathan Lange
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Won't Fix
|
Medium
|
Tim Penhey |
Bug Description
We don't need the user@ portion of the bzr+ssh (or sftp) URL, given that we are be presented with the public key. We can use the public key to work back to the user.
Thus: bzr+ssh:
Changed in launchpad-bazaar: | |
milestone: | 1.1.12 → 1.2.1 |
Changed in launchpad-bazaar: | |
milestone: | 1.2.1 → 1.2.2 |
Changed in launchpad-bazaar: | |
milestone: | 1.2.2 → 1.2.3 |
Changed in launchpad-bazaar: | |
milestone: | 1.2.3 → 1.2.4 |
Changed in launchpad-bazaar: | |
milestone: | 1.2.4 → none |
Changed in launchpad-bazaar: | |
status: | Incomplete → Won't Fix |
To post a comment you must log in.
SSH sends a user name as part of the authentication request. Need to figure out a sane way of handling a mismatch between the given user name and the inferred user name.