Skip to content
New issue

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

add support for rsa-sha2 signatures #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add support for rsa-sha2 signatures #149

wants to merge 2 commits into from

Commits on Aug 3, 2022

  1. add support for rsa-sha2 key signatures (WIP)

    Existing ssh-rsa keys can be used with sha2-256 or sha2-512
    signatures instead of traditional sha1: RFC-8332
    
    Add support for extention negotiation to discover support for the
    new rsa signature types: MSG_EXT_INFO / server-sig-algs: RFC-8308
    
    Ported from upstream Paramiko to Paramiko-NG and trimmed:
    Co-Authored-By: Pierce Lopez <[email protected]>
    bitprophet authored and ploxiln committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    12f50ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b38190 View commit details
    Browse the repository at this point in the history