629fa6fe863aa32d854c7eb1dd66e0413b3c0d15
Public SSH Keys
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
echo "" >> ~/.ssh/authorized_keys && curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
wget
echo "" >> ~/.ssh/authorized_keys && wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys
Set File Permissions
chmod 600 ~/.ssh/authorized_keys
Description
Languages
Shell
100%