diff --git a/REDME.md b/REDME.md index 870b69e..a7c8a16 100644 --- a/REDME.md +++ b/REDME.md @@ -4,12 +4,5 @@ This repository serves as a central storage for my public SSH keys. They can be ## curl ```bash -curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys``` - -## wget -```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``` \ No newline at end of file +curl -s [https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys](https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys) >> ~/.ssh/authorized_keys +``` \ No newline at end of file