Ecdsa ssh key support is missing #319

Closed
opened 2023-08-24 13:58:27 +03:00 by def · 3 comments
Collaborator
There is no content yet.
def added the
Feature request
label 2023-08-24 13:58:27 +03:00
def added the
Severity
Low
label 2023-08-30 16:43:10 +03:00
Poster
Collaborator

There's a man who couldn't add his key. We need to support this type of.

There's a man who couldn't add his key. We need to support this type of.
def changed title from Allow to add ecdsa ssh keys to Ecdsa ssh key support is missing 2023-09-26 21:44:02 +03:00
Collaborator

There are additional validations for SSH on the server side, so we need to update server API first,

GraphQL Response
data: {addSshKey: {code: 400, message: Invalid key type. Only ssh-ed25519 and ssh-rsa are supported, success: false, __typename: UserMutationReturn, user: null}, __typename: Mutation}

cc @inex

There are additional validations for SSH on the server side, so we need to update server API first, ``` GraphQL Response data: {addSshKey: {code: 400, message: Invalid key type. Only ssh-ed25519 and ssh-rsa are supported, success: false, __typename: UserMutationReturn, user: null}, __typename: Mutation} ``` cc @inex
Collaborator

Is pending on #362; server-side support needed

Is pending on https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/362; server-side support needed
NaiJi self-assigned this 2023-09-27 02:56:53 +03:00
NaiJi closed this issue 2023-10-03 20:57:52 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: SelfPrivacy/selfprivacy.org.app#319
There is no content yet.