
Remove sshd_config_sendenv_xmodifiers parameter which introduced a bug that would prevent sshd from running. Change default behvior of sshd to permit root to login. This is done to be in line with the standard default of sshd. If you want to block root from logging in by default, set the following in hiera. ssh::permit_root_login: false
13 lines
386 B
Puppet
13 lines
386 B
Puppet
name 'ghoneycutt-ssh'
|
|
version '3.0.0'
|
|
source 'git://github.com/ghoneycutt/puppet-module-ssh.git'
|
|
author 'ghoneycutt'
|
|
license 'Apache License, Version 2.0'
|
|
summary 'Manages SSH'
|
|
description 'Manage SSH'
|
|
project_page 'https://github.com/ghoneycutt/puppet-module-ssh'
|
|
|
|
dependency 'puppetlabs/stdlib', '3.2.x'
|
|
dependency 'ghoneycutt/common', '1.0.2'
|
|
dependency 'puppetlabs/firewall'
|