Andrew Mercer

Install openssh-server

Debian/Ubuntu

sudo apt update && \
sudo apt install -y openssh-server

RHEL

sudo dnf install -y openssh-server

Start and enable openssh-server

sudo systemctl enable --now sshd