How to Update OpenSSH on a Server?
Updating the Module
apt update && apt install --only-upgrade openssh-client openssh-server openssh-sftp-server -y
Last updated
apt update && apt install --only-upgrade openssh-client openssh-server openssh-sftp-server -y
Last updated