Update 'Setting up SSH keys.md'

This commit is contained in:
arc 2023-01-05 00:55:15 +00:00
parent 9671c0030e
commit 4a3184e298

View File

@ -30,6 +30,8 @@ ssh-copy-id USERNAME@SERVERADDRESS
``` ```
- EG: `ssh-copy-id foo@192.168.0.10` - EG: `ssh-copy-id foo@192.168.0.10`
- Restart the SSH daemon, and test for functionality - 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 ## Further Configuration
### Disabling password based login ### Disabling password based login