13 lines
279 B
Markdown
13 lines
279 B
Markdown
# How to install
|
|
|
|
## Via `wget`
|
|
|
|
```
|
|
wget https://git.adrianux.net/ahoemann/SSH-Public-Keys/raw/main/id_ed25519.pub ~/.ssh/authorized_keys
|
|
```
|
|
|
|
## Via `sh`
|
|
|
|
```
|
|
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys
|
|
```
|