README.md aktualisiert
This commit is contained in:
@@ -4,12 +4,12 @@ This repository serves as a central storage for my public SSH keys. They can be
|
|||||||
|
|
||||||
## curl
|
## curl
|
||||||
```bash
|
```bash
|
||||||
curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
|
echo "" >> ~/.ssh/authorized_keys && curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
|
||||||
```
|
```
|
||||||
|
|
||||||
## wget
|
## wget
|
||||||
```bash
|
```bash
|
||||||
wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
|
echo "" >> ~/.ssh/authorized_keys && wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
|
||||||
```
|
```
|
||||||
|
|
||||||
# Set File Permissions
|
# Set File Permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user