ssh-tunnel
How to connect to MySQL using ssh tunnel with perl
I am using Amazon EC2 instance of MySQL and need to modify my perl scripts 开发者_JAVA技巧to connect to the database using ssh tunnel (instead of the plain old hostname:port). Any help is appreciated[详细]
2023-01-25 03:59 分类:问答How can I connect to Oracle Database 11g server through ssh tunnel chain (double tunnel, server in company network)?
I have SSH access to \'public\' server, which is also the gateway to company network. There is another server in the network, where local Oracle Database server is running (Th开发者_JS百科ere is no ac[详细]
2023-01-15 05:15 分类:问答SSH Dynamic Port Forwarding ('ssh -D') in Python
I\'m lookin开发者_开发百科g for a way to implement SSH Dynamic Port Forwarding (\'ssh -D\') under Python. The problem is that it has to work under Windows, i.e., running SSH with popen/pexec/etc. won\[详细]
2023-01-05 14:51 分类:问答Is it possible to do have Capistrano do a checkout over a reverse SSH tunnel?
I am developing an application that resides on a public host but whose source I must keep in a Git repository behind a corporate firewall. I\'m getting very tired of the slowness of deploying via scp[详细]
2022-12-28 23:50 分类:问答ssh: check if a tunnel is alive
I have written a small bash script which needs an ssh tunnel to draw data from a remote server, so it prompts the user:[详细]
2022-12-15 04:18 分类:问答