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

Conversation

cjsheets
Copy link
Contributor

Corrected the conditional statement which was missing an elif. (also now with same formating as openssh client template), sshd_kex_59_weak was omitted and is now re-added and client selector needed to be changed to server for sshd template.

Corrected the conditional statement which was missing an `elif`. (also now with same formating as openssh client template), sshd_kex_59_weak was omitted and is now re-added and `client` selector needed to be changed to `server` for sshd template.
# based on: https://bettercrypto.org/static/applied-crypto-hardening.pdf
{% if ansible_distribution == 'Ubuntu' and ansible_distribution_version >= '14.04' -%}
{% if ssh_client_weak_kex -%}
{% if sshd_server_weak_kex -%}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be ssh_server_weak_kex, without the d in ssh.

@rndmh3ro
Copy link
Member

Thanks for the fix, there seems to be a typo in the variable. That's why the travis tests fail.

@cjsheets
Copy link
Contributor Author

cjsheets commented Jun 7, 2016

Appreciate the correction and thanks for maintaining such a useful role. Fixed the variable typo.

@rndmh3ro rndmh3ro merged commit edf358c into dev-sec:master Jun 7, 2016
@rndmh3ro
Copy link
Member

rndmh3ro commented Jun 7, 2016

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants