AutoDevReverseProxy/script/sqlproxy.sh

9 lines
195 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
sleep infinity