sshd_config_redhat 975 B

1234567891011121314151617181920212223242526272829
  1. # This system is following system-wide crypto policy. The changes to
  2. # crypto properties (Ciphers, MACs, ...) will not have any effect in
  3. # this or following included files. To override some configuration option,
  4. # write it before this block or include it before this file.
  5. # Please, see manual pages for update-crypto-policies(8) and sshd_config(5).
  6. Include /etc/crypto-policies/back-ends/opensshserver.config
  7. SyslogFacility AUTHPRIV
  8. ChallengeResponseAuthentication no
  9. GSSAPIAuthentication yes
  10. GSSAPICleanupCredentials no
  11. UsePAM yes
  12. X11Forwarding yes
  13. # It is recommended to use pam_motd in /etc/pam.d/sshd instead of PrintMotd,
  14. # as it is more configurable and versatile than the built-in version.
  15. PrintMotd no
  16. # Accept locale-related environment variables
  17. AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
  18. AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
  19. AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
  20. AcceptEnv XMODIFIERS