/etc/default/ssh - Ubuntu 20.04 LTS (Focal Fossa)

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

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
Ubuntu 20.04 LTS (Focal Fossa)
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/ubuntu20.04/etc/default/ssh

cURL

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