forked from server/user-documentation
Fix a broken link and just make it explicit on how to insall the openssh-clients package
This commit is contained in:
parent
fdd9fe411b
commit
498ca471c3
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue