Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dev-sec/ansible-ssh-hardening
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.0
Choose a base ref
...
head repository: dev-sec/ansible-ssh-hardening
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 2, 2020

  1. update changelog

    dev-sec CI committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c615fca View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. ssh_allow_tcp_forwarding: use quotes for values

    Values passed to `ssh_allow_tcp_forwarding` must be strings. Avoid Ansible converting `yes` and `no` to boolean by quoting the values (ie `'yes'`, `'no'`).
    
    Signed-off-by: jenmonet <jeanmonet@gmail.com>
    jeanmonet committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    28b295a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge pull request #288 from jeanmonet/patch-1

    `ssh_allow_tcp_forwarding`: use quotes for values
    rndmh3ro authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3480143 View commit details
    Browse the repository at this point in the history
  2. update changelog

    dev-sec CI committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    fba69f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. unify changelog and release actions

    Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
    Sebastian Gumprich committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e8a2906 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from dev-sec/unify_actions

    unify changelog and release actions
    rndmh3ro authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    1e9df18 View commit details
    Browse the repository at this point in the history
  3. update changelog

    dev-sec CI committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    36a038b View commit details
    Browse the repository at this point in the history
Loading