/etc/sysconfig/gsisshd - CentOS Linux 8

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

It is located under: /etc/sysconfig/gsisshd

    # Configuration file for the gsisshd service.

# The server keys are automatically generated if they are missing.
# To change the automatic creation, adjust gsisshd.service options for
# example using  systemctl enable gsisshd-keygen@dsa.service  to allow creation
# of DSA key or  systemctl mask gsisshd-keygen@rsa.service  to disable RSA key
# creation.

# 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

# System-wide crypto policy:
# To opt-out, uncomment the following line
# CRYPTO_POLICY=

    
  

Config Details

Location
/etc/sysconfig/gsisshd
Operating system
CentOS Linux 8
Length
17 lines
MD5 checksum
ce4f56664a874ae2f5d5f220105ccd5c

Usage

Download the raw file with wget or curl

Wget

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

cURL

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