Initial working sql proxy setup

This commit is contained in:
Kevin Baensch 2022-11-11 15:38:59 +01:00
parent 2ae3bff9d7
commit 40630b86b9
8 changed files with 64 additions and 1 deletions

View file

13
etc/ssh/sshd_config Normal file
View file

@ -0,0 +1,13 @@
PasswordAuthentication no
PubkeyAuthentication yes
Port 22
X11Forwarding no
PermitRootLogin no
GatewayPorts no
AllowTcpForwarding yes
PermitOpen any
PidFile /config/sshd.pid
Subsystem sftp /usr/lib/ssh/sftp-server -u 022
AllowUsers sqlproxy