Update README.md

This commit is contained in:
ahoemann 2025-04-01 11:07:04 +02:00
parent 558389eb12
commit dd63b78d1d

View file

@ -8,4 +8,6 @@ wget https://git.adrianux.net/ahoemann/SSH-Public-Keys/raw/main/id_ed25519.pub ~
## Via `sh` ## Via `sh`
```
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys
```