diff options
author | Gabriel Filion <lelutin@gmail.com> | 2011-07-17 00:28:54 -0400 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2011-07-17 00:28:54 -0400 |
commit | 0822b5bfb575fdfe555d26d112d0fde669d55963 (patch) | |
tree | 821778e635051dae94af087dcbffb53934bcee0c | |
parent | 69c8085470989e8c41456f0379ac030a9ffb0215 (diff) | |
download | puppet-sshd-0822b5bfb575fdfe555d26d112d0fde669d55963.tar.gz puppet-sshd-0822b5bfb575fdfe555d26d112d0fde669d55963.tar.bz2 |
Document the $sshd_print_motd variable in the README
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,9 @@ The following is a list of the currently available variables: Use only strong SSL ciphers and MAC. Values: no or yes; Default: no. + $sshd_print_motd + Show the Message of the day when a user logs in. + $sshd_sftp_subsystem Set a different sftp-subystem than the default one. Might be interesting for sftponly usage. Default: empty -> no change of the default |