/etc/default/ssh - Debian GNU/Linux 9 (stretch)

This is the default example configuration of ssh provided by OpenSSH. This config file was generated by OpenSSH running on Debian 9.

It is located under: /etc/default/ssh

    # Default settings for openssh-server. This file is sourced by /bin/sh from
# /etc/init.d/ssh.

# Options to pass to sshd
SSHD_OPTS=

    
  

Config Details

Location
/etc/default/ssh
Operating system
Debian GNU/Linux 9 (stretch)
Length
5 lines
MD5 checksum
500e3cf069fe9a7b9936108eb9d9c035

Usage

Download the raw file with wget or curl

Wget

wget -O ssh.example http://exampleconfig.com/static/raw/openssh/debian9/etc/default/ssh

cURL

curl http://exampleconfig.com/static/raw/openssh/debian9/etc/default/ssh > ssh.example