diff options
-rw-r--r-- | etc/myconf/cfgl_meta | 6 | ||||
-rw-r--r-- | etc/ssh/sshd_config | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index 04ff1f47..111342b8 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -5,11 +5,7 @@ 700 root root //etc/.cfgl/info 600 root root //etc/.cfgl/info/sparse-checkout 755 root root //etc/dovecot -755 root root //etc/dovecot/conf.d -644 root root //etc/dovecot/conf.d/10-mail.conf -644 root root //etc/dovecot/conf.d/10-master.conf -644 root root //etc/dovecot/conf.d/10-ssl.conf -644 root root //etc/dovecot/conf.d/15-mailboxes.conf +644 root root //etc/dovecot/dovecot.conf 644 root root //etc/fstab 644 root root //etc/hostname 644 root root //etc/locale.conf diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 78118fad..6a9a4670 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -66,11 +66,13 @@ AuthorizedKeysFile .ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes -# To disable tunneled clear text passwords, change to no here! +# To disable tunneled clear text passwords, change to "no" here! #PasswordAuthentication yes #PermitEmptyPasswords no -# Change to no to disable s/key passwords +# Change to "no" to disable keyboard-interactive authentication. Depending on +# the system's configuration, this may involve passwords, challenge-response, +# one-time passwords or some combination of these and other methods. #KbdInteractiveAuthentication yes # Kerberos options |