Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • libssh-mirror libssh-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libssh projectlibssh project
  • libssh-mirrorlibssh-mirror
  • Merge requests
  • !91

pki: add support for sk-ecdsa and sk-ed25519

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sebkinne requested to merge sebkinne/libssh-mirror:ssh-sk into master Jan 30, 2020
  • Overview 37
  • Commits 1
  • Pipelines 4
  • Changes 7

This adds server-side support for the newly introduced OpenSSH keytypes sk-ecdsa-sha2-nistp256@openssh.com and sk-ed25519@openssh.com (including their corresponding certificates), which are backed by U2F/FIDO2 tokens.

The format for the new key types and their signatures can be found at https://raw.githubusercontent.com/openssh/openssh-portable/master/PROTOCOL.u2f

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ssh-sk