Last active
March 13, 2016 16:20
-
-
Save v1k0d3n/9e0c6377e194821c40a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
sudo: yes | |
tasks: | |
- name: Make sure that hosts are not vulnerable to CVE-2016-0777/0778 | |
lineinfile: dest=/etc/ssh/ssh_config state=present line='UseRoaming no' |
Author
v1k0d3n
commented
Jan 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment