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 restrict and no-user-rc to authorized_keys #17772

Merged
merged 3 commits into from
Nov 23, 2021

Commits on Nov 22, 2021

  1. Harden authorized keys a bit more

    sshd(8) list restrict as a future-proof way to restrict feature
    enabled in ssh. It is supported since OpenSSH 7.2, out since
    2016-02-29.
    
    OpenSSH will ignore unknown options (see sshauthopt_parse in
    auth-options.c), so it should be safe to add the option and
    no-user-rc.
    mscherer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e706129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7f1f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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