/etc/ssh/ssh_config.d/05-redhat.conf - Red Hat Enterprise Linux 8 (Ootpa)

This is the default example configuration of 05-redhat.conf provided by OpenSSH. This config file was generated by OpenSSH running on RHEL 8.

It is located under: /etc/ssh/ssh_config.d/05-redhat.conf

    # The options here are in the "Match final block" to be applied as the last
# options and could be potentially overwritten by the user configuration
Match final all
	# Follow system-wide Crypto Policy, if defined:
	Include /etc/crypto-policies/back-ends/openssh.config

	GSSAPIAuthentication yes

# If this option is set to yes then remote X11 clients will have full access
# to the original X11 display. As virtually no X11 client supports the untrusted
# mode correctly we set this to yes.
	ForwardX11Trusted yes

# Send locale-related environment variables
	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
	SendEnv XMODIFIERS

# Uncomment this if you want to use .local domain
# Host *.local

    
  

Config Details

Location
/etc/ssh/ssh_config.d/05-redhat.conf
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
21 lines
MD5 checksum
e865565e1f7f79f6ca9d964761d2a36f

Usage

Download the raw file with wget or curl

Wget

wget -O 05-redhat.conf.example http://exampleconfig.com/static/raw/openssh/rhel8/etc/ssh/ssh_config.d/05-redhat.conf

cURL

curl http://exampleconfig.com/static/raw/openssh/rhel8/etc/ssh/ssh_config.d/05-redhat.conf > 05-redhat.conf.example