Get the default configuration file gsisshd for OpenSSH, optimized for CentOS Linux 7. This example configuration ensures optimal compatibility and performance for OpenSSH, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/sysconfig/gsisshd.
For more configurations and setup guides, visit our related files section to further customize your system.
# Configuration file for the sshd service.
# The server keys are automatically generated if they are missing.
# To change the automatic creation uncomment and change the appropriate
# line. Accepted key types are: DSA RSA ECDSA ED25519.
# The default is "RSA ECDSA ED25519"
# AUTOCREATE_SERVER_KEYS=""
# AUTOCREATE_SERVER_KEYS="RSA ECDSA ED25519"
# Do not change this option unless you have hardware random
# generator and you REALLY know what you are doing
SSH_USE_STRONG_RNG=0
# SSH_USE_STRONG_RNG=1
Download the raw file with wget or curl
wget -O gsisshd.example https://exampleconfig.com/static/raw/openssh/centos7/etc/sysconfig/gsisshd
curl https://exampleconfig.com/static/raw/openssh/centos7/etc/sysconfig/gsisshd > gsisshd.example
Other config files you might find useful