Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 220 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 220 Bytes

zsh-config

Automatically Update ssh keys

wget https://raw.githubusercontent.com/RampedIndent/zsh-config/main/authorized_keys.sh -P ~/.bin/authorized_keys.sh

crontab -e

*/15 * * * * ~/.bin/authorized_keys.sh