@Peter Kristolaitis I was wrong. That worked. My working config for /etc/ssh/sshd_config is: (which I believe will eventually work on darwin, redhat, and ubuntu):
classes: - ssh::server ssh::server::config::x11forwarding: 'yes' ssh::server::config::protocol: '2' ssh::server::config::passwordauthentication: 'yes' ssh::server::config::syslogfacility: 'AUTHPRIV' ssh::server::config::authorizedkeysfile: '.ssh/authorized_keys' ssh::server::config::usepam: 'yes' ssh::server::config::useprivilegeseparation: 'sandbox' ssh::server::subsystem::system: '/usr/libexec/openssh/sftp-server' # for centos 7 ssh::server::subsystem::system: '/usr/libexec/sftp-server' # for darwin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/425c5d3c-b906-48c2-afb8-7c7f87e3d47f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
