/etc/sysconfig/gsisshd - CentOS Linux 7

This is the default example configuration of gsisshd provided by OpenSSH. This config file was generated by OpenSSH running on CentOS 7.

It is located under: /etc/sysconfig/gsisshd

    # 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

    
  

Config Details

Location
/etc/sysconfig/gsisshd
Operating system
CentOS Linux 7
Length
15 lines
MD5 checksum
dab6563f98ed7d0c420d5d353ba1c8fc

Usage

Download the raw file with wget or curl

Wget

wget -O gsisshd.example http://exampleconfig.com/static/raw/openssh/centos7/etc/sysconfig/gsisshd

cURL

curl http://exampleconfig.com/static/raw/openssh/centos7/etc/sysconfig/gsisshd > gsisshd.example