diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-04 15:30:26 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-04 15:30:26 +0000 |
commit | 0603077ce67fe83a89bab0bfc7605f8d99dbc7ec (patch) | |
tree | 48753bdad291cd64aea245a3ad1e1a2466007f94 /templates | |
parent | eba8003eefaa797b420687208e523190352136de (diff) | |
download | puppet-sshd-0603077ce67fe83a89bab0bfc7605f8d99dbc7ec.tar.gz puppet-sshd-0603077ce67fe83a89bab0bfc7605f8d99dbc7ec.tar.bz2 |
moved /dist/-stuff to /files/, heavily refactored a lot, made it more look all the same way. some sources added here and there. hope it still works everything, the location on the disk of /files/ is still call dists. no need to hurry to change that
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1160 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sshd_config/Gentoo_normal.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sshd_config/Gentoo_normal.erb b/templates/sshd_config/Gentoo_normal.erb index aacd07a..be78eb9 100644 --- a/templates/sshd_config/Gentoo_normal.erb +++ b/templates/sshd_config/Gentoo_normal.erb @@ -72,6 +72,8 @@ PasswordAuthentication no # GSSAPI options #GSSAPIAuthentication no #GSSAPICleanupCredentials yes +#GSSAPIStrictAcceptorCheck yes +#GSSAPIKeyExchange no # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will |