Add README.md
This commit is contained in:
parent
126c8308b0
commit
558389eb12
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue