ssh_config_redhat 831 B

12345678910111213141516171819202122
  1. # The options here are in the "Match final block" to be applied as the last
  2. # options and could be potentially overwritten by the user configuration
  3. Match final all
  4. # Follow system-wide Crypto Policy, if defined:
  5. Include /etc/crypto-policies/back-ends/openssh.config
  6. GSSAPIAuthentication yes
  7. # If this option is set to yes then remote X11 clients will have full access
  8. # to the original X11 display. As virtually no X11 client supports the untrusted
  9. # mode correctly we set this to yes.
  10. ForwardX11Trusted yes
  11. # Send locale-related environment variables
  12. SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
  13. SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
  14. SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
  15. SendEnv XMODIFIERS
  16. # Uncomment this if you want to use .local domain
  17. # Host *.local