vito/app/SSH/OS/scripts/deploy-ssh-key.sh
2024-03-24 09:56:34 +01:00

4 lines
102 B
Bash

if ! echo '__key__' | sudo tee -a ~/.ssh/authorized_keys; then
echo 'VITO_SSH_ERROR' && exit 1
fi