Update 'secure-ssh.md'

This commit is contained in:
Samuel Philipp 2023-07-15 00:16:24 +00:00
parent 58bd8267da
commit 319b72049e

View file

@ -9,7 +9,7 @@ Edit `/etc/ssh/sshd_config` and set `PermitRootLogin no` or if you really need r
Create a new key pair on your client:
```
ssh-keygen -b 4096
ssh-keygen -t ed25519 -a 100
```
Remember the path and password you choosed. Append the created public key from `/<your-path>/<key-name>.pub` on your client in the `/home/<user>/.ssh/authorized_keys` on your server. Alternatively you can use the command `ssh-copy-id` on your local client. For this command you can do the following: