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.3.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.4.0
Choose a head ref
  • 11 commits
  • 7 files changed
  • 6 contributors

Commits on Jul 9, 2020

  1. update changelog

    dev-sec CI committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    10888d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. remove mention of gitter

    rndmh3ro authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    8e7ce74 View commit details
    Browse the repository at this point in the history
  2. update changelog

    dev-sec CI committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    1b6623b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. README: New section on server port and idempotency

    Add section called "Changing the default port and idempotency" and reference to role ssh-hardening-fallback, a wrapper around this role which implements a fallback to port 22 when the configured port is unreachable.
    
    Signed-off-by: Nuno Godinho <user@nunogodinho.com>
    nununo authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    4a11070 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #307 from nununo/master

    README: New section on server port and idempotency
    rndmh3ro authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b4b3064 View commit details
    Browse the repository at this point in the history
  3. update changelog

    dev-sec CI committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    6626617 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. add support for CentOS8 (#309)

    * add testing for CentOS8
    
    Adds testing environments for CentOS8 to local Kitchen and remote Travis
    tests. Currently only local Kitchen Docker tests are verified.
    
    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    
    * disable system wide CRYPTO_POLICY on RHEL8+
    
    by default sshd will not use the crypto settings from sshd_config. To
    make the settings effective we need to disable the system wide
    CRYPTO_POLICY.
    
    see: https://access.redhat.com/solutions/4410591
    
    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    
    * Set volume variable for travis tests to use cgroups mount where needed
    
    Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
    
    Co-authored-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
    Co-authored-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
    3 people authored Jul 18, 2020
    Configuration menu
    Copy the full SHA
    be0e7f7 View commit details
    Browse the repository at this point in the history
  2. fix typo

    rndmh3ro authored Jul 18, 2020
    Configuration menu
    Copy the full SHA
    8806f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. fix typo

    rndmh3ro authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3b75e49 View commit details
    Browse the repository at this point in the history
  2. update changelog

    dev-sec CI committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    7ea747a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. adding specific documentation for IPv6 support (#312)

    * adding specific things for IPv6 support
    
    Signed-off-by: Arnold <arnold.dech@adct.be>
    altf4arnold authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0cbfc29 View commit details
    Browse the repository at this point in the history
Loading