Table of Contents

Configure Additional Options Described In Documentation

General Information

Additional SSH options.


Lab Setup

The following virtual machines will be used:


Initial Setup

Install package and generates system keys (should almost always be installed)

yum install openssh-server


Enable and start sshd

systemctl enable sshd
systemctl start sshd


Allow through firewall

firewall-cmd --permanent --add-service=ssh
firewall-cmd --reload

SSHD Config File

Some useful options