diff --git a/arch-config/Dokumente/Server-setups/debian-ssh.md b/arch-config/Dokumente/Server-setups/debian-ssh.md index d21d91fc..f03cb7af 100644 --- a/arch-config/Dokumente/Server-setups/debian-ssh.md +++ b/arch-config/Dokumente/Server-setups/debian-ssh.md @@ -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