summaryrefslogtreecommitdiffstats
path: root/modules/sshd/files
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 02:20:04 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 02:29:32 -0500
commit8743ff69bfef8a740b0b7488998571a5f109dacc (patch)
treebf1386fb0231be67cd52775d9b06045b0199f7dd /modules/sshd/files
parent3805989ff79484c3e6696824358b2b6219cd89bb (diff)
downloadpuppet-tozt-8743ff69bfef8a740b0b7488998571a5f109dacc.tar.gz
puppet-tozt-8743ff69bfef8a740b0b7488998571a5f109dacc.zip
manage sshd config with puppet
Diffstat (limited to 'modules/sshd/files')
-rw-r--r--modules/sshd/files/00base8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sshd/files/00base b/modules/sshd/files/00base
new file mode 100644
index 0000000..bbf2ec8
--- /dev/null
+++ b/modules/sshd/files/00base
@@ -0,0 +1,8 @@
+PermitRootLogin yes
+AuthorizedKeysFile .ssh/authorized_keys
+ChallengeResponseAuthentication no
+UsePAM yes
+PrintMotd no
+Subsystem sftp /usr/lib/ssh/sftp-server
+
+# vim:ft=sshdconfig