Added ed25519 key generation

This commit is contained in:
RealStickman 2020-10-13 20:41:45 +02:00
parent 43249024c8
commit a0d877f347

View File

@ -30,6 +30,10 @@ In case you have not yet created an ssh-key, run the following command.
```bash
ssh-keygen
```
To create ed25519 keys, execute the following command.
```bash
ssh-keygen -t ed25519
```
## Disable password access