ssh-tunnel
Can eclipse RSE connect to a local port (ssh tunneled)?
I am using eclipse with RSE, and it works well connecting to my linux server when I am in the same network, but as the server is behind a firewall with a gate entry, I need to make a ssh tunnelling wh[详细]
2023-02-14 13:35 分类:问答SSH two computers behind firewalls through external server
I own two computers at a University.Both of them are behind some sort of firewall etc. which disallows me to directly connect them over the network. They can both SSH public computers, but I can\'t fi[详细]
2023-02-12 11:57 分类:问答ssh tunneling for sftp or GUI
I am trying to use sftp over an ssh tunnel I have a homePC, that can use a gatewayPC as a jump host to login to a remoteserver[详细]
2023-02-12 10:15 分类:问答How to backport SShSession to Ant 1.7.1
I am stuck with Ant 1.7.1 for the moment for reasons I wont get into. I\'d like to be able to use the SshSession Ant task to create SSH tunnels to some of my servers. But SshSession was introduced onl[详细]
2023-02-12 09:33 分类:问答ssh reverse port forward to mobile device
We have a requirement to be able to access resources on a mobile device. the mobile device must act as a server. it must be available no matter how the phone is connected (wifi, 3g, behind firewall, e[详细]
2023-02-10 10:09 分类:问答How to create SSH tunnel using PuTTY in Windows?
I need to create SSH tunnel with PuTTY in Windows, 开发者_如何学Cthat would do the same as this command in Linux:[详细]
2023-02-10 05:04 分类:问答Dynamic SSH tunnel using ruby
I would like to transform this unix command into a ruby script ssh -2 -f -c blowfish -N -C user@ip -D 8080[详细]
2023-01-30 09:14 分类:问答why is mySQL connecting at any/all ports
I\'m running Linux Mint and trying to connect to mySQL this way mysql --port=3306 -u root -p Then it prompts me for my password. This is all fine. Why is it that when I type something like this it[详细]
2023-01-29 09:32 分类:问答How to open an SSH tunnel using python?
I am trying to connect to a remote mysql database using django. The documentation specifies that it is 开发者_运维问答required to open an SSH tunnel first to connect to the database.[详细]
2023-01-28 08:05 分类:问答Running CouchDB Futon on Remote Server
i using mac os.. i tried ssh -fNg -L 5985:127.0.0.1:5984 wawansetiawan@192.168.1.249 bu开发者_高级运维t there\'s command like this:[详细]
2023-01-25 06:19 分类:问答