How to secure SSH from low security app server to high security DB server?



We need to be able to run commands from a low security application server (as this is running web servers and thus a large number of people have access to the web servers) to a high security database server. I would like to use SSH (maybe a locked down ssh server) to do this but the system administrators will not allow this as they say that if a bug is found with the SSH server then the secure database server could be compromised by the compromised SSH server. The sysadmins want us to come up with another way of running commands on the database server from the application server.

I think that doing it another way is like reinventing the wheel, why use another method when SSH was probably designed to do this? Or, is there a better way of doing this?


LOW SECURITY APPLICATION SERVER

----------FIREWALL-------------

HIGH SECURITY DATABASE SERVER
.



Relevant Pages