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

ncm-metaconfig: ssh daemon configuration support #1452

Merged
merged 14 commits into from
Oct 4, 2023

Commits on Nov 3, 2020

  1. ncm-metaconfig/ssh: Minor reformatting

    gombasg authored and stdweird committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    067db68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aebeab5 View commit details
    Browse the repository at this point in the history
  3. ncm-metaconfig/ssh: Allow using key sets relative to the defaults

    Add support for prefixing various key types with "+" or "-" to indicate
    relative changes to the built-in defaults.
    gombasg authored and stdweird committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    d1f9b3c View commit details
    Browse the repository at this point in the history
  4. ncm-metaconfig/ssh: Implement SSH daemon configuration

    The main driver was getting support for "Match ..." blocks, which would
    have been more dificult to add to ncm-ssh.
    gombasg authored and stdweird committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    937ffed View commit details
    Browse the repository at this point in the history
  5. ncm-metaconfig: ssh: Drop boolean lists

    Use value.is_boolean instead.
    gombasg authored and stdweird committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2a29617 View commit details
    Browse the repository at this point in the history
  6. ncm-metaconfig: ssh: schema updates

    Re-work some regular expressions to make lines shorter. Add
    GSSAPIKexAlgorithms and a missing CASignatureAlgorithms setting.
    gombasg authored and stdweird committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    a136df6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d84602c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1d6bec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6917b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59801ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e285b65 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8cda5ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1d707a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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