Get the default configuration file ssh for OpenSSH, optimized for Ubuntu 18.04 LTS (Bionic Beaver). 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/default/ssh.
For more configurations and setup guides, visit our related files section to further customize your system.
# Default settings for openssh-server. This file is sourced by /bin/sh from
# /etc/init.d/ssh.
# Options to pass to sshd
SSHD_OPTS=
Download the raw file with wget or curl
wget -O ssh.example https://exampleconfig.com/static/raw/openssh/ubuntu18.04/etc/default/ssh
curl https://exampleconfig.com/static/raw/openssh/ubuntu18.04/etc/default/ssh > ssh.example
Other config files you might find useful