Initial working sql proxy setup
This commit is contained in:
parent
2ae3bff9d7
commit
40630b86b9
8 changed files with 64 additions and 1 deletions
0
etc/ssh/.ssh/authorized_keys
Normal file
0
etc/ssh/.ssh/authorized_keys
Normal file
13
etc/ssh/sshd_config
Normal file
13
etc/ssh/sshd_config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue