OpenSSH openssh-server configuration example for Debian GNU/Linux 8 (jessie)

Get the default configuration file openssh-server for OpenSSH, optimized for Debian GNU/Linux 8 (jessie). 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
Debian GNU/Linux 8 (jessie)
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/debian8/etc/ufw/applications.d/openssh-server

cURL

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