diff options
| author | mh <mh@immerda.ch> | 2011-07-29 19:31:41 +0200 |
|---|---|---|
| committer | mh <mh@immerda.ch> | 2011-07-29 19:31:41 +0200 |
| commit | cb7cd9e314fad2cf8eb8d2c524e17a1c3e3e94d2 (patch) | |
| tree | 35ebac01729e545fae37083e5051f18aaa6c214b /README | |
| parent | 7a44f28880a57814c26ed06c7d066c11a605cc70 (diff) | |
| parent | 0e9e1b6f2c5dca80c946f7944d47f1d28ba76920 (diff) | |
| download | puppet-sshd-cb7cd9e314fad2cf8eb8d2c524e17a1c3e3e94d2.tar.gz puppet-sshd-cb7cd9e314fad2cf8eb8d2c524e17a1c3e3e94d2.tar.bz2 | |
Merge remote-tracking branch 'shared/master'
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -170,6 +170,13 @@ The following is a list of the currently available variables: (e.g. /etc/ssh/authorized_keys/%u). Default: AuthorizedKeysFile %h/.ssh/authorized_keys + $sshd_hardened_ssl + 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 @@ -187,6 +194,11 @@ The following is a list of the currently available variables: be useful to define complicated Match Blocks. This string is going to be included, like it is defined. So take care! Default: empty -> not added. + $sshd_shared_ip + Whether the server uses a shared network IP address. If it does, then we + don't want it to export an rsa key for its IP address. + Values: no or yes; Default: no + Defines and functions --------------------- |
