diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-17 16:09:00 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-17 16:09:00 +0000 |
commit | 8f006bb6a08fc95da6fa424f2c1dc746789426c5 (patch) | |
tree | 5aa73109e12d3a4821e5df03eef7bcbc161d928a | |
parent | 8bc696b174ea0999aa46215f53171dac7e8e9720 (diff) | |
download | puppet-sshd-8f006bb6a08fc95da6fa424f2c1dc746789426c5.tar.gz puppet-sshd-8f006bb6a08fc95da6fa424f2c1dc746789426c5.tar.bz2 |
removing PrintMotd and PrintLastLog disabling options from debian template, they should be enabled imho
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1876 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | templates/sshd_config/Debian_normal.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/sshd_config/Debian_normal.erb b/templates/sshd_config/Debian_normal.erb index c969836..70c1a34 100644 --- a/templates/sshd_config/Debian_normal.erb +++ b/templates/sshd_config/Debian_normal.erb @@ -77,8 +77,6 @@ X11Forwarding yes X11Forwarding no <%- end %> X11DisplayOffset 10 -PrintMotd no -PrintLastLog no KeepAlive yes #UseLogin no |