Fix a broken link and just make it explicit on how to insall the openssh-clients package

This commit is contained in:
Rowan Puttergill 2026-06-15 17:37:17 +01:00
commit 498ca471c3

View file

@ -11,7 +11,12 @@ This topic covers connecting to OpenSSH servers using `ssh`, `scp`, and `sftp`,
[NOTE]
====
To connect to an OpenSSH server from a client machine, you must have the [package]*openssh-clients* package installed. See xref:package-management/DNF.adoc#sec-Installing[Installing Packages] for more information on how to install new packages in Fedora.
To connect to an OpenSSH server from a client machine, you must have the [package]*openssh-clients* package installed. If it isn't already installed, run:
[source,bash]
---
$ sudo dnf install openssh-clients
---
====