OpenSSH openssh-server configuration example for Ubuntu 16.04 LTS (Xenial Xerus)

Get the default configuration file openssh-server for OpenSSH, optimized for Ubuntu 16.04 LTS (Xenial Xerus). 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

    
  

Config Details

Location
/etc/ufw/applications.d/openssh-server
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
4 lines
MD5 checksum
486b78d54b93cc9fdc950c1d52ff479e

Usage

Download the raw file with wget or curl

Wget

wget -O openssh-server.example https://exampleconfig.com/static/raw/openssh/ubuntu16.04/etc/ufw/applications.d/openssh-server

cURL

curl https://exampleconfig.com/static/raw/openssh/ubuntu16.04/etc/ufw/applications.d/openssh-server > openssh-server.example