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 #1377

Closed
wants to merge 6 commits into from

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    273d4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5303dda 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 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3114ea6 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 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    026aab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. ncm-metaconfig: ssh: Drop boolean lists

    Use value.is_boolean instead.
    gombasg committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    29f80ab View commit details
    Browse the repository at this point in the history
  2. ncm-metaconfig: ssh: schema updates

    Re-work some regular expressions to make lines shorter. Add
    GSSAPIKexAlgorithms and a missing CASignatureAlgorithms setting.
    gombasg committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7391554 View commit details
    Browse the repository at this point in the history