Fix ssh-copy-id typo (#72)

This commit is contained in:
Cory Fisher 2020-12-14 22:40:14 -05:00 committed by GitHub
parent c168d168d4
commit ec555dcc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -372,15 +372,15 @@ Steps for setting up a passwordless authentication with a remote host:
There are multiple ways to transfer the public key to the remote server.
We will look at one of the most common ways of doing it using the
ssh-id-copy command.
ssh-copy-id command.
![](images/linux/admin/image11.png)
Install the openssh-clients package to use ssh-id-copy command.
Install the openssh-clients package to use ssh-copy-id command.
![](images/linux/admin/image46.png)
Use the ssh-id-copy command to copy your public key to the remote host.
Use the ssh-copy-id command to copy your public key to the remote host.
![](images/linux/admin/image50.png)