

To complete this tutorial, you will need:Ī device that you will use as an SSH client, for example:

In this tutorial, you will harden your Ubuntu 20.04 OpenSSH client in order to help ensure that outgoing SSH connections are as secure as possible.

When hardening SSH at the server side, the primary objective is to make it harder for malicious actors to access your server. You can learn more about the SSH client-server model in SSH Essentials: Working with SSH Servers, Clients, and Keys. OpenSSH client is the “client” side of SSH, also known as the ssh command. However, it is also important to consider security on the client-side, such as OpenSSH client. Significant effort is put into securing the server-side aspect of SSH, as SSH acts as the entry into your server.
Openssh server ubuntu software#
Linux servers are often administered remotely using SSH by connecting to an OpenSSH server, which is the default SSH server software used within Ubuntu, Debian, CentOS, FreeBSD, and most other Linux/BSD-based systems. A previous version of this tutorial was written by Jamie Scaife.
