AutoDevReverseProxy/script/sqlproxy.sh
2022-11-11 15:43:18 +01:00

9 lines
200 B
Bash
Executable file

#!/usr/bin/env sh
# ensure permissions
chown sqlproxy:sqlproxy /etc/ssh
chown -R sqlproxy:sqlproxy /etc/ssh/.ssh
chmod 0700 /etc/ssh/.ssh
chmod 0600 /etc/ssh/.ssh/authorized_keys
source ./hostman.sh