Merge lp:~cjwatson/launchpad/ed25519-unsupported-note into lp:launchpad

Proposed by Colin Watson
Status: Merged
Merged at revision: 18822
Proposed branch: lp:~cjwatson/launchpad/ed25519-unsupported-note
Merge into: lp:launchpad
Diff against target: 12 lines (+2/-0)
1 file modified
lib/lp/registry/templates/person-editsshkeys.pt (+2/-0)
To merge this branch: bzr merge lp:~cjwatson/launchpad/ed25519-unsupported-note
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+358580@code.launchpad.net

Commit message

Add a UI note that Ed25519 SSH keys are not yet supported.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/registry/templates/person-editsshkeys.pt'
2--- lib/lp/registry/templates/person-editsshkeys.pt 2018-07-02 14:08:22 +0000
3+++ lib/lp/registry/templates/person-editsshkeys.pt 2018-11-09 22:41:48 +0000
4@@ -50,6 +50,8 @@
5 <code>~/.ssh/id_rsa.pub</code>, <code>~/.ssh/id_dsa.pub</code>, or
6 <code>~/.ssh/id_ecdsa.pub</code>).
7 Only SSH v2 keys are supported.
8+ Ed25519 keys are <a href="https://bugs.launchpad.net/bugs/907675">not
9+ yet supported</a>.
10 <a href="https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair">
11 How do I create a public key?
12 </a>