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

Fix matching of pubkeys to key algorithms #607

Merged
merged 9 commits into from
Jul 28, 2020

Commits on Jun 23, 2020

  1. Fix matching of pubkeys to key algorithms

    Allow all configured key algorithms for pubkey authentication, even if
    these algorithms are not supported as host key algorithms by the
    server.
    
    Preference is given to the modern rsa-sha2-* signature algorithms if
    the server indicates support for them as host keys signature
    algorithms.
    fmeum committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    7691fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9539f7f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    e16aa54 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    44d517f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    7c91063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb48b75 View commit details
    Browse the repository at this point in the history
  3. Remove redundant import

    fmeum committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5d3c833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e23ca View commit details
    Browse the repository at this point in the history
  5. Clean up Transport interface

    fmeum committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    9ef5e3a View commit details
    Browse the repository at this point in the history