Remove ssh_config NoRoaming setting
The security vulnerability that required this mitigation has been patched[1][2] so we can clean up this code. [1] https://www.ubuntu.com/usn/usn-2869-1/ [2] https://access.redhat.com/security/cve/cve-2016-0777 Change-Id: I6c9f5a533ee9c49cd563eb31bd2a3c6f2d056ec3
This commit is contained in:
parent
536636402e
commit
ee11e477a3
@ -183,12 +183,6 @@ class openstack_project::template (
|
||||
user => 'root',
|
||||
}
|
||||
|
||||
file_line { 'ensure NoRoaming for ssh clients':
|
||||
after => '^Host \*',
|
||||
path => '/etc/ssh/ssh_config',
|
||||
line => ' UseRoaming no',
|
||||
}
|
||||
|
||||
if ($::osfamily == 'Debian') {
|
||||
# NOTE(pabelanger): Puppetlabs only support Ubuntu Trusty and below,
|
||||
# anything greater will use the OS version of puppet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user