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

Extend GSSAPI configuration support to ssh_config #403

Merged
merged 3 commits into from
Feb 15, 2021

Commits on Feb 12, 2021

  1. Extend GSSAPI configuration support to ssh_config

    Previously, the ssh_gssapi_support variable only toggled the GSSAPI
    settings in sshd_config.
    
    Through this change, setting ssh_gssapi_support to true also enables
    support in ssh_config.
    
    It enables both authentication and credential delegation.
    
    Signed-off-by: Maxim Burgerhout <maxim@wzzrd.com>
    wzzrd committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8baab75 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Split off ssh_gssapi_delegation into own variable

    Signed-off-by: Maxim Burgerhout <maxim@wzzrd.com>
    wzzrd committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    54c8e6a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. add default for new variable

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    64713ce View commit details
    Browse the repository at this point in the history