REDME.md aktualisiert
This commit is contained in:
@@ -3,7 +3,13 @@
|
|||||||
This repository serves as a central storage for my public SSH keys. They can be quickly and easily downloaded to new servers via `curl` or `wget` to set up passwordless SSH login.
|
This repository serves as a central storage for my public SSH keys. They can be quickly and easily downloaded to new servers via `curl` or `wget` to set up passwordless SSH login.
|
||||||
|
|
||||||
## curl
|
## curl
|
||||||
```curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys```
|
```bash
|
||||||
|
curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys```
|
||||||
|
|
||||||
## wget
|
## wget
|
||||||
```wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys```
|
```bash
|
||||||
|
wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys```
|
||||||
|
|
||||||
|
# Set File Permissions
|
||||||
|
```bash
|
||||||
|
chmod 600 ~/.ssh/authorized_keys```
|
||||||
Reference in New Issue
Block a user