SSH key name #5

Closed
opened 2021-11-20 15:59:46 +00:00 by ungleich-gitea · 1 comment

Created by: noeleont

Problem
Currently the key names are randomly generated in this form:
"dcl-priv-key-%s" % (''.join(random.choice(string.ascii_lowercase) for i in range(7)))

Goal
Provide a textarea name input field for the user.

*Created by: noeleont* **Problem** Currently the key names are randomly generated in this form: ` "dcl-priv-key-%s" % (''.join(random.choice(string.ascii_lowercase) for i in range(7))) ` **Goal** Provide a textarea name input field for the user.
Author
Owner

Created by: noeleont

This was fixed with #298

By Mondi Ravi on 2017-06-03T07:41:49 (imported from GitLab project)

*Created by: noeleont* This was fixed with #298 *By Mondi Ravi on 2017-06-03T07:41:49 (imported from GitLab project)*
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/dynamicweb#5
No description provided.