We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Users can not set their ssh key if theirs key type is longer than 16 chars.
Version-Release number 28.*
To Reproduce Steps to reproduce the behavior:
ecdsa-sha2-nistp256
ssh-keygen -t ecdsa ...
ecdsa-sha2-nistp256 c3NoIGtleSBkYXRhLCBwIGFuZCBxCg== comment
Actual behavior 500 INTERNAL SERVER ERROR is shown bellow +Add button
500 INTERNAL SERVER ERROR
Expected behavior Key is stored.
Additional context Definition of the key type column.
beaker/Server/bkr/server/model/identity.py
Line 990 in 6fc33b0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Users can not set their ssh key if theirs key type is longer than 16 chars.
Version-Release number
28.*
To Reproduce
Steps to reproduce the behavior:
ecdsa-sha2-nistp256
key or generates new key withssh-keygen -t ecdsa ...
ecdsa-sha2-nistp256 c3NoIGtleSBkYXRhLCBwIGFuZCBxCg== comment
Actual behavior
500 INTERNAL SERVER ERROR
is shown bellow +Add buttonExpected behavior
Key is stored.
Additional context
Definition of the key type column.
beaker/Server/bkr/server/model/identity.py
Line 990 in 6fc33b0
The text was updated successfully, but these errors were encountered: