Bug 20117

Summary: Adding or removing an SSH key in identity.mageia.org is impossible
Product: Websites Reporter: Augier <christophe>
Component: identity.mageia.orgAssignee: Sysadmin Team <sysadmin-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: Normal CC: mageia, marja11, pterjan
Version: trunk   
Target Milestone: ---   
Hardware: All   
OS: Linux   
See Also: https://bugs.mageia.org/show_bug.cgi?id=32810
Whiteboard:
Source RPM: CVE:
Status comment:

Marja Van Waes 2017-01-13 22:57:26 CET

CC: (none) => marja11
Assignee: atelier-bugs => sysadmin-bugs
Summary: Can't remove or modify my SSH key => Can't remove or modify my SSH key in identity.mageia.org

Comment 1 Nicolas Lécureuil 2017-01-25 14:18:56 CET
there is an error :

stderr: Use of uninitialized value in string eq at /var/www/identity/script/../lib/CatDap/Controller/admin.pm line 263.


Pascal, any idea ?

CC: (none) => mageia, pterjan

Comment 2 Pascal Terjan 2017-02-04 16:09:17 CET
Adding/Removing is known to be broken

Modifying should work, I only got such error when trying with an invalid key (not starting with ssh-rsa).
Comment 3 Pascal Terjan 2017-02-04 16:11:34 CET
The error message should be ok when modifying (as that line checks if a variable is "add" but it is only defined for adding or removing, not modifying).
Marja Van Waes 2024-02-05 21:59:35 CET

See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=32810

Comment 4 Marja Van Waes 2024-02-05 22:03:48 CET
(In reply to Pascal Terjan from comment #2)
> Adding/Removing is known to be broken
> 
> Modifying should work, I only got such error when trying with an invalid key
> (not starting with ssh-rsa).

Adjusting the summary accordingly.
Marja Van Waes 2024-02-05 22:04:29 CET

Summary: Can't remove or modify my SSH key in identity.mageia.org => Adding or removing an SSH key in identity.mageia.org is impossible