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

Releases: dev-sec/ansible-ssh-hardening

ansible-ssh-hardening 2.0.0

06 Dec 13:17
Compare
Choose a tag to compare

This release adds more tests (#42), support for sftp-enabling (#41, thanks @fitz123), and a new directory layout, making the role easily installable from ansible-galaxy (#44).

ansible-ssh-hardening 1.2.0

06 Dec 13:16
Compare
Choose a tag to compare

This release adds support for selinux and pam (#35) and fixes a bug in PrintLastLog (#39).

ansible-ssh-hardening 1.1.0

06 Dec 13:16
Compare
Choose a tag to compare
  • Separate system-vars from editable vars #24
  • Make it configurable to only harden ssh client/server or both (default). #25
  • Fix join-filter, jinja-cases, intendation #26 #27
  • Make ssh client password login configurable. #29
  • Change oneliner if-statements to be more readable #30
  • Make MaxAuthTries configurable #31
  • Separate ssh client and server ports #34
  • Change variable for hmac from server to client #37

ansible-ssh-hardening 1.2.1

16 Oct 19:35
Compare
Choose a tag to compare

This release fixes a bug on the sshd allow groups setting. #40

ansible-ssh-hardening 1.0.0

30 Apr 18:41
Compare
Choose a tag to compare
  • Implement server hardening to meet our tests
  • Setup test infrastructure with kitchen-ansible
  • Implement travis #7
  • Add handlers to restart sshd only when necessary #6
  • Add support for Oracle Linux #2