Get the default configuration file openssh-server 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/ufw/applications.d/openssh-server.
For more configurations and setup guides, visit our related files section to further customize your system.
[OpenSSH]
title=Secure shell server, an rshd replacement
description=OpenSSH is a free implementation of the Secure Shell protocol.
ports=22/tcp
Download the raw file with wget or curl
wget -O openssh-server.example https://exampleconfig.com/static/raw/openssh/ubuntu18.04/etc/ufw/applications.d/openssh-server
curl https://exampleconfig.com/static/raw/openssh/ubuntu18.04/etc/ufw/applications.d/openssh-server > openssh-server.example
Other config files you might find useful