0
votes
1answer
137 views

ssh ProxyCommand not working like regular command

I am trying to ssh from Computer-A to Computer-C by tunnelling through Computer-B with the key on Computer-B. I have already shared keys from Computer-A to Computer-B and from Computer-B to Computer-C ...
0
votes
1answer
63 views

How To Chain SSH Tunnels

I am trying to set up a simple SSH tunnels chain. I have the following machines: local machine, at 10.0.0.1. remote machine, at 10.0.0.2. I have the following programs: client.py: import ...
0
votes
1answer
63 views

How do I establish a bidirectional SSH Tunnel [closed]

Is it possible to do the following via an SSH tunnel... Host-1 establishes an SSH connection to a Remote Server I wish to log into the Remote Server and execute commands over SSH back on Host-1 ...
0
votes
1answer
59 views

Forward all ports SSH [closed]

I have a question about SSH/Port forwarding. I haven't found the solution anywhere and don't know if there is any. I have a server behind my NAT box at home. I have port forwarding from my NAT box to ...
0
votes
0answers
88 views

Upload file using one ssh tunnel by PuTTY

I am expanding the functionality of PuTTY. The server has a limited number of connections. When working over ssh using PuTTY I upload files to the server. So I need to send files to the server the ...
1
vote
0answers
131 views

How can I tunnel SSH through 2 gateways to a remote host using Fabric?

I'm trying to figure out how to use Fabric to simplify SSHing into and running commands on a machine separated by two gateways. The setup looks like this: Local host -> Gateway 1 -> Gateway 2 ...
1
vote
0answers
73 views

SSH Tunnelling troubleshooting [closed]

I am using git bash on my windows computer. I am trying to set up an SSH tunnel so I can access databases within MySQL Query Browser. The following works: > ssh root@staging This uses my public ...
0
votes
2answers
263 views

Capistrano, Firewalls and Tunnel

We're using Capistrano to automate pushing new versions of a PHP application to a production server. The production server (we'll call it production) is public, while our repository server (we'll call ...
1
vote
1answer
128 views

SSH tunnel using libssh and c lang

I am trying to use libssh to open an SSH tunnel. Basically, I have two hosts in the way. First, I would need to SSH to the first one (I have already done this part), then I would need to SSH from ...
0
votes
1answer
114 views

How to clone a remote mysql database to a local development machine?

I've been working with a few remote servers and got fed up with the delay forwarding MySQL calls through an ssh tunnel (-l 3306:localhost:3306), so I wanted to find a way to quickly and easily clone ...
1
vote
0answers
89 views

How to set localport for ssh tunneling in eclipse

I would like to connect to a remote server with ssh tunneling at someting like localport:server1.blabla.com:remoteport . I think i know how to set the the remoteport (select the 'sftp files' of the ...
1
vote
4answers
212 views

Trouble SSH Tunneling to remote server

I am trying to get from my local machine to a remote vendor's website that is locked down by IP (our corporate servers are allowed access). I am doing this by tunneling from a server that can access ...
2
votes
0answers
97 views

svn https proxy error handling externals definition [closed]

The SVN server is on the internal work network. Using a linux workstation, I only have access to the internal network through SSH to a server. I have created a ssh tunnel on my workstation with: ...
0
votes
1answer
606 views

tsocks not tunneling to ssh

My network is set up like this S1 -> Switch <- S2 -> Internet S2 is running an SSH service that I want to tunnel all traffic through. I installed tsocks on S1 and set up the tsocks.config file ...
0
votes
0answers
333 views

Tunneling over SSH to use YUM

I have two severs connected to a switch. One of these servers has a direct connection to the internet and is to serve as a login node. Internet ---- Neyteri ---- Pandora | ...
0
votes
1answer
355 views

SSH Tunnelier Rock Mongo - connect to EC2 from win7

I am trying to SSH tunnel into my EC2 instance so that i can use Rock Mongo as my dB client. I've tested the mongodb on AWS and it seems to be working fine, now if i could only connect using the ...
1
vote
0answers
268 views

how to get remote IP addresses from reverse ssh tunnel

I have an Apache webserver running on a local machine through reverse ssh tunnel, i.e.: ssh -R *:80:local_machine:8080 username@gateway_machine In other words, all traffic from port 80 on ...
0
votes
1answer
317 views

SSH tunneling to a remote DB from Heroku?

I'm thinking of deploying a small Rails app on Heroku. In an effort to save money, I'd like my app to use an external database (to which I have free access), rather than a Heroku-hosted database. The ...
1
vote
1answer
394 views

Ssh from one local network to another through inermediary with public IP

There is one computer (A) in one local network and the other (B) in the other one. None of them have public ip addresses. Both LAN gateways are out of my control. But I have a VPS server with public ...
0
votes
1answer
1k views

Unable to establish ssh connection to eclipse gerrit via proxy using corkscrew

At my institute, I have a restricted internet access only through a proxy. I am facing some serious problems in establishing a ssh connection to the gerrit code review system ( git.eclipse.org ) and ...
2
votes
3answers
1k views

calling an interactive bash script over ssh

I'm writing a "tool" - a couple of bash scripts - that automate the installation and configuration on each server in a cluster. The "tool" runs from a primary server. It tars and distributes it's ...
2
votes
1answer
218 views

How to limit reverse SSH tunelling ports? [closed]

We have a public server which accepts SSH connections from multiple clients behind firewalls. Each of these clients create a Reverse SSH tunnel by using the ssh -R command from their web servers at ...
1
vote
3answers
1k views

SSH tunnelling into arch box

I have a raspberry pi running arch linux connected to the TV and want to run commands on that screen by SSH'ing from my Ubuntu machine elsewhere. I have tried running the command SSH -Y root@ and ...
0
votes
0answers
507 views

MongoDB connection over SSH Tunnel

I have two servers on Linode that can connect to each other through the local Linode regional network. The problem is that any other Linode in the region can also connect using that IP. One server ...
1
vote
1answer
191 views

I would like to simplify SSH Tunneling to do a MySQL Dump and SCP the file to local machine

Server setup (fake IPs) utility - 1.1.1.1 - SSH access on public IP database2 - 1.1.1.2 - SSH access on private IP from utility On a semi-regular basis I need to do a mysqldump on database2 and ...
0
votes
1answer
409 views

Mongodb replica set polluted logs and arbiter in “initial startup”

I'm running a replica set on with MongoBD v.2.0.3, here is the latest status: +-----------------------------------------------------------------------------------------------------------------------+ ...
0
votes
1answer
53 views

Access unreachable remote repository through a second party using tunneling (on eclipse)

I have the following setup: Machine 1: hosts a given svn repository and lives under a private network Server: lives under the same network as Machine 1 (therefore having access to it), but is also ...
0
votes
1answer
571 views

MySQL unknown server host (thru ssh tunnel & CLI, but not workbench)

When I attempt to access mysql over an SSH tunnel, I get the error: ERROR 2005 (HY000): Unknown MySQL server host '[serverhost]' (0) When I make the attempt through MySQL Workbench or over an ...
0
votes
1answer
659 views

Run remote commands trough tunnel ssh and java

I need to run some coommands from a remote computer using a ssh connection, but the problem is the following: The client computer(Running Win) is connected to a network where I can see a server ...
0
votes
1answer
922 views

Transfer file trough ssh tunnel with java

I need to get some files from a remote computer using a ssh connection, but the problem is the following: The client computer(Running Windows) where I'll run my application is connected to a network ...
0
votes
1answer
476 views

How to avoid premature SSH reverse tunnel destruction [closed]

Pardon the huge edit, essentially replacing the original question. As I worked through the problem, things became more clear. My goal is to work from a laptop, ssh-ing into various hosts, as various ...
0
votes
1answer
225 views

How ssh tunnel distinguish the shell command data and port forwarding data? [closed]

Actually, I am not sure whether this should be a ssh tunnel problem or PuTTY specific problem. But I still want to show it as an ssh question at the very beginning. I am using the ssh tunnel under ...
3
votes
2answers
1k views

svn over 2 ssh tunnels

I am cracking my nut here trying to get this to work, maybe someone can help me understand this a bit better. I found a question that is almost what I want to do called Accessing Subversion repository ...
0
votes
1answer
201 views

How to use ssh tunneling to forward a *service* like X11 or authentication?

I want to create a service that will allow me to display documents and media (think PDF and JPEG) that are stored in the filesystem of a remote server to which I connect by ssh. X11 forwarding ...
0
votes
1answer
340 views

Multi-Hop SSH Tunnel for LDAP

I'm trying to browse an LDAP server which is hidden inside our VPN. The topology looks like this: me (at home) | VPN gateway (at work) | Application Server (server1) | LDAP server (server2) I can ...
0
votes
3answers
2k views

Accessing SQL Server over an SSH tunnel

In my development shop, we deploy code on virtual servers that sit on a remote network. We access the machines on that network by first opening an SSH connection to a gateway server, and then ...
0
votes
1answer
323 views

SSH Shell in Canada for SSHTunnel/Socks proxy testing

i've been using ec2 to crate ssh tunnels to test the rendering of our site from different geographical regions. I now need a node in canada - which ec2 doesn't support. Are there any well known ...
1
vote
1answer
541 views

mysql over ssh over non-standard port

I am on computer A, and have mysql running on it, and can connect to it as A~ $ mysql -u punkish -p database and so on. I have access to computer B that also has mysql running on it. I can ssh into B ...
2
votes
1answer
1k views

Access Android Market through SSH tunnel

My mobile provider firewalls me from downloading applications from the Android market. So what I am trying to is to tunnel all traffic to the Android Market through an SSH connection. A quick search ...
1
vote
2answers
1k views

SVN-SSH Tunnel via 3rd machine?

I have a client that has SVN+SSH set up that I need to access. Unfortunately I can't get my IP white-listed because I'm on Comcast and they have some security policy against that. I do, however, ...
4
votes
3answers
3k views

Can someone explain SSH tunnel in a simple way?

Although I use some alias to do ssh tunnel or reverse tunnel, I never understand how it works. Does somebody know how to explain it in very simple way? I think the 3 primary uses are: First, I can ...
0
votes
1answer
282 views

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 only ...
1
vote
1answer
554 views

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, ...
2
votes
1answer
842 views

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 This is to enable all my web traffic to be encrypted in a ssh tunnel. I tried with ...
1
vote
1answer
632 views

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 but there's command like this: bind: Address already in use channel_setup_fwd_listener: cannot ...
1
vote
5answers
2k views

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 to connect to the database using ssh tunnel (instead of the plain old hostname:port). Any help is appreciated Thanks
2
votes
1answer
733 views

Accessing JMX in production via SSH tunnel using JSch

I am trying to automate a step of doing some things with JMX. It works for development environment. but when it comes to Production which is protected behind firewall, i need to make a SSH tunnel and ...
4
votes
2answers
10k views

How can I connect to ORACLE DB 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 server is running (There is no access from outside of ...
3
votes
2answers
603 views

SSH Dynamic Port Forwarding ('ssh -D') in Python

I'm looking 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't work. Any ideas? ...
7
votes
1answer
574 views

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 ...

1 2