The process of enclosing a non-encrypted TCP stream inside of a second, SSL-encrypted stream.

learn more… | top users | synonyms

-1
votes
0answers
33 views

Emulating Putty's behaviour in python

Can someone explain, please, how to implement ssh tunneling where local host serves as SOCKS proxy with python and give some source code examples? I've looked on paramiko demo files, however they ...
1
vote
1answer
19 views

ssh tunnel using MobaXterm to raspberry pi connected to a wn3000rp wifi extender

I would like to connect to my raspberry pi using a MobaXterm to play with it from any computer, here how I started to make that work... I try to connect via MobaXterm using windows 8. My windows and ...
0
votes
0answers
16 views

rsync through ssh tunnel

I want to rsync to a cluster node to which I usually connect passing through another system: Say I connect first to ssh user@bridge and from there to ssh user@clusternode Now I want to ...
0
votes
1answer
202 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
67 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 ...
3
votes
1answer
81 views

TYPO3 and MySQL database on separate servers

Is it possible to run TYPO3 (6.0) and MySQL on separate servers with TYPO3 connecting to the database through a SSH tunnel?
0
votes
1answer
71 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
72 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
94 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 ...
2
votes
0answers
144 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 ...
0
votes
2answers
338 views

SSH tunneling to remote access MySQL database

I am trying to write Java program to access a remote mySQL database using ssh tunneling. Below is my code: int lport = 5656; int rport = 3306; String rhost = "111.222.333.444"; String host = ...
2
votes
0answers
124 views

CURL request using socks5 proxy fails when using PHP but works through the command line

CURL + proxy noob here, having a hard time. I'm having trouble trying retrieve a web page from a remote secure server via a proxy. Everything has apparently been set up correctly by a remote dev, such ...
1
vote
0answers
74 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
290 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
134 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
121 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 ...
0
votes
0answers
205 views

HTTP TUNNEL MULTI PROXY CHAINS [closed]

a week ago that I'm building my own chain of proxy, but I encounter things that are not clear and s so I need your help to enlighten me. I am using PHP and sockets, so I proceed as follows: ...
2
votes
0answers
98 views

If you scp a file over an ssh tunnel does the file get encrypted twice?

Backgound info: Server A needs to send data to Server B but I am not permitted to open any additional ports in the firewall between them. There is an ssh port open, so I chose to send data through an ...
1
vote
0answers
91 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 ...
3
votes
1answer
227 views

is it possible to create an SSH tunnel in Ruby or Python without creating a local port?

I'm wanting to create an SSH tunnel to use for talking securely with a remote legacy application, but I don't want other local applications to be able to use it. Is this possible with Python and/or ...
0
votes
0answers
370 views

use ssh tunnel with phpmyadmin [closed]

I been using ssh tunnel to bypass firewall of remote mysql server. On my Ubuntu 12.04 installation, it works via the terminal and it works when using a program called mysql workbench. However, that ...
0
votes
1answer
118 views

Tunneling tool for Ubuntu

Does anyone know better tool for Tunneling on Ubuntu, just like Bitvise Tunnelier for windows. Right now using ssh feature of Ubuntu using CLI, but As I have to login in several system at same time ...
1
vote
4answers
218 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
99 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: ...
5
votes
3answers
1k views

Checking if an SSH tunnel is up and running

I have a perl script which, when destilled a bit, looks like this: my $randport = int(10000 + rand(1000)); # Random port as other scripts like this run at the same time my $localip = ...
1
vote
2answers
748 views

SSH tunnel: local => gateway => MySQL server

I need to access a MySQL database on a remote server at my lab. The server is only accessible once I log in to a gateway server on the remote network: local server => gateway server => MySQL server. ...
0
votes
1answer
624 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
342 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
359 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
271 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
318 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
404 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 ...
0
votes
1answer
341 views

Forward network connection over ssh so that my outbound IP changes

A service, for example an FTP server, only accepts connections from a specific network, where all users will have the same external IP-adress. I want to connect to this service, but I'm currently not ...
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 ...
0
votes
0answers
94 views

Django,LocalTunnel and Paypal Sandbox

So I am trying to test an IPN payment with Django and Paypal Sandbox using localtunnel(http://progrium.com/localtunnel/). Either I'm being stupid but it sems to force a catch 22 that I can't solve. ...
2
votes
1answer
220 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 ...
0
votes
1answer
137 views

python - can't restart socket connection from client if server becomes unavailable temporarily

I am running a Graphite server to monitor instruments at remote locations. I have a "perpetual" ssh tunnel to the machines from my server (loving autossh) to map their local ports to my server's local ...
1
vote
3answers
2k 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
196 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
411 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 ...
2
votes
1answer
387 views

Tunneling requests via an ssh connection in php

Given an ssh tunnel created on machine A to machine B using e.g. ssh -D 9999 user@remote-server-ip-machine-B In php how would one make requests from machine A to machine C using ...
1
vote
1answer
1k views

MySQL remote access via SSH Tunnel error

I've created an SSH tunnel on my local machine to reach an access to the mysql server on my remote machine. Everything is fine, tunnel is working if I get this error, but why this error occurs? Here ...
0
votes
2answers
2k views

VisualVM over Putty SSH-tunnel

I'm trying to profile remote java app, actually it is a gameserver. It works normally on my local machine (windows XP x64 with JDK1.7.0_02 x64), but behaves very wierd on the production server (CentOS ...
0
votes
1answer
572 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
673 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
931 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
477 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 ...

1 2