From ec555dcc91eb8973bfb68be8e0fcedeed76824cd Mon Sep 17 00:00:00 2001 From: Cory Fisher Date: Mon, 14 Dec 2020 22:40:14 -0500 Subject: [PATCH] Fix ssh-copy-id typo (#72) --- courses/linux_basics/linux_server_administration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/courses/linux_basics/linux_server_administration.md b/courses/linux_basics/linux_server_administration.md index 436d05f..7618f9d 100644 --- a/courses/linux_basics/linux_server_administration.md +++ b/courses/linux_basics/linux_server_administration.md @@ -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)