How to Update OpenSSH on a Server?

Updating the Module

In your server's console or via the Shell client in the ISP Manager control panel, execute the following command as root:

apt update && apt install --only-upgrade openssh-client openssh-server openssh-sftp-server -y

Once you've completed these steps, the module will be successfully updated.

Last updated