#8801 closed defect (fixed)
support for "ssh-dss" (dsa) keys
Reported by: | Owned by: | Christophe Drevet | |
---|---|---|---|
Priority: | normal | Component: | TracGitosisPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I installed the latest TracGitosisPlugin from git.
When I tried to load my ssh key (clicking on the "preferences" tab then on "gitosis SSH public key"), it was rejected with the following message displaying in the flash: malformed key (must begin with 'ssh-rsa ' followed by a BASE64 encoded chain)
.
Since I generated my key with ssh-keygen -t dsa
the public key line starts with "ssh-dss " followed by BASE64 encoded chain.
I join to this ticket a simple patch that extends TracGitosisPlugin to also support "ssh-dss" keys.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | TracGitosisPlugin_support_ssh-dss_keys.diff added |
---|
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
Thanks for reporting. Patch applied on the master branch.
Could you please test it for your installation ?
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hi dr4Ke,
I confirm that the patch was applied successfully. Uploaded my key again and "your preferences have been saved". Thank you for the quick response.
Julien
comment:3 Changed 13 years ago by
Released in 1.0.5 : https://github.com/dr4Ke/TracGitosisPlugin/zipball/1.0.5
support "ssh-dss" keys in TracGitosisPlugin