Update 'Setting up SSH keys.md'
This commit is contained in:
parent
9671c0030e
commit
4a3184e298
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user