Ecdsa ssh key support is missing #319

Closed
opened 3 months ago by def · 3 comments
def commented 3 months ago
Collaborator
There is no content yet.
def added the
Feature request
label 3 months ago
def added the
Severity
Low
label 3 months ago
def commented 2 months ago
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 2 months ago
NaiJi commented 2 months ago
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
NaiJi referenced this issue from a commit 2 months ago
NaiJi commented 2 months ago
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 2 months ago
inex added the
Under Testing
label 2 months ago
NaiJi closed this issue 2 months ago
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
Loading…
There is no content yet.