Puppet module to manage ssh
Go to file
Monty Taylor beb78ff787 Fix sftp access on CentOS machines
The sshd_config file that we put everywhere has an invalid value for
where the sftp command is. On RedHat, it's in /usr/libexec - which means
that it is not possible to use SFTP to interact with our CentOS
machines.

Replace the static file with a template so that we can substitute the
correct value based on which distro it is.

Change-Id: Ia9ba88199f4ff024a904431821926dbb26f35ad6
2014-04-07 22:19:40 -07:00
manifests Fix sftp access on CentOS machines 2014-04-07 22:19:40 -07:00
templates Fix sftp access on CentOS machines 2014-04-07 22:19:40 -07:00