Added ed25519 key generation
This commit is contained in:
parent
43249024c8
commit
a0d877f347
@ -30,6 +30,10 @@ In case you have not yet created an ssh-key, run the following command.
|
|||||||
```bash
|
```bash
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
```
|
```
|
||||||
|
To create ed25519 keys, execute the following command.
|
||||||
|
```bash
|
||||||
|
ssh-keygen -t ed25519
|
||||||
|
```
|
||||||
|
|
||||||
## Disable password access
|
## Disable password access
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user