Get the default configuration file openssh-server for OpenSSH, optimized for Debian GNU/Linux 9 (stretch). 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/debian9/etc/ufw/applications.d/openssh-server
curl https://exampleconfig.com/static/raw/openssh/debian9/etc/ufw/applications.d/openssh-server > openssh-server.example
Other config files you might find useful