Bug: SSH key type: ecdsa_sk unsupported #556

Open
opened 2023-05-28 23:32:31 +00:00 by ideasman42 · 0 comments

describe your environment

  • tea version used (tea -v): 0.9.0+26-g07039b8
  • Gitea version used:
    • the issue only occurred after updating gitea recently
  • operating system:
  • I make use of...
    • non-standard default branch names (no main,master, or trunk)
    • .ssh/config or .gitconfig host aliases in my git remotes
    • ssh_agent or similar
    • non-standard ports for gitea and/or ssh
    • something else that's likely to interact badly with tea: ...

Please provide the output of git remote -v (if the issue is related to tea not finding resources on Gitea):

origin  git@projects.blender.org:blender/blender.git (fetch)
origin  git@projects.blender.org:blender/blender.git (push)

describe the issue (observed vs expected behaviour)

Since using SSH with a security token with ecdsa_sk, ssh authentication doesn't work in tea.

Run:

tea pr co 107466

The output is:

2023/05/29 09:31:58 ssh: unhandled key type
### describe your environment - tea version used (`tea -v`): 0.9.0+26-g07039b8 - [x] I also reproduced the issue [with the latest master build](https://dl.gitea.io/tea/master) - Gitea version used: - [ ] the issue only occurred after updating gitea recently - operating system: - I make use of... - [ ] non-standard default branch names (no `main`,`master`, or `trunk`) - [ ] .ssh/config or .gitconfig host aliases in my git remotes - [ ] ssh_agent or similar - [ ] non-standard ports for gitea and/or ssh - [ ] something else that's likely to interact badly with tea: ... Please provide the output of `git remote -v` (if the issue is related to tea not finding resources on Gitea): ``` origin git@projects.blender.org:blender/blender.git (fetch) origin git@projects.blender.org:blender/blender.git (push) ``` ### describe the issue (observed vs expected behaviour) Since using SSH with a security token with `ecdsa_sk`, ssh authentication doesn't work in `tea`. Run: ``` tea pr co 107466 ``` The output is: ``` 2023/05/29 09:31:58 ssh: unhandled key type ```
ideasman42 added the
kind/bug
label 2023-05-28 23:32:31 +00:00
Sign in to join this conversation.
No Milestone
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: gitea/tea#556
No description provided.