From 4a3184e298da1a01c8d51bbebd3536e8b8a6c3b7 Mon Sep 17 00:00:00 2001 From: arc Date: Thu, 5 Jan 2023 00:55:15 +0000 Subject: [PATCH] Update 'Setting up SSH keys.md' --- Setting up SSH keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Setting up SSH keys.md b/Setting up SSH keys.md index e42f264..fb74a77 100644 --- a/Setting up SSH keys.md +++ b/Setting up SSH keys.md @@ -30,6 +30,8 @@ ssh-copy-id USERNAME@SERVERADDRESS ``` - EG: `ssh-copy-id foo@192.168.0.10` - Restart the SSH daemon, and test for functionality + +If you're unable to use `ssh-copy-id`, append the contents of your `pubkey` file to `~/.ssh/authorized_keys`, you may need to create the file if if one is not there. ## Further Configuration ### Disabling password based login