Skip to main content

How to update SSHD on Debian, Ubuntu, and red hat Linux

Keeping your SSHD (OpenSSH Server) updated is crucial for maintaining the security and stability of your servers. Follow these simple steps to update SSHD on Debian, Ubuntu, and Red Hat Linux systems.

Updating SSHD on Debian

Update Package Lists: Run the following command to ensure your package lists are up-to-date:
Upgrade OpenSSH: Upgrade the OpenSSH server package to the latest version:
Restart SSH Service: Restart the SSH service to apply the updates:

Updating SSHD on Ubuntu

Update Package Lists: Refresh your package lists with the latest updates:
Upgrade OpenSSH: Upgrade to the latest version of the OpenSSH server:
Restart SSH Service: Restart the SSH service to implement the updates:

Updating SSHD on red hat

Update Package Lists: Check for available updates:
Upgrade OpenSSH: Update the OpenSSH server to the latest version:
Restart SSH Service: Restart the SSH service to ensure the updates take effect:
Last modified on May 6, 2026