An SSH tunnel allows forwarding any traffic over the SSH protocol. This is used to secure the transmission or allow data to be exchanged where network restrictions are in place.
0
votes
1answer
17 views
SSH Tunnel between two VPNs
I have an ssh tunnel from my home router (R) to a VPN (A). Can I setup another tunnel from another VPN (B) to my home router (R) in a way that traffic from VPN A to VPN B will be tunneled? I'm looking ...
0
votes
3answers
161 views
How to make ssh tunnel open to public?
Well refering back to this question i am running the command ssh -R 8080:localhost:80 -N root@website.com on mac. Yet the port that is being tunneled is not working publicly. I am running such a ...
2
votes
2answers
36 views
ssh -D doesn't establish tunnel, it just connect as interactive session. Why?
I am trying to create a SOCKS5 tunnel, but for some reason using -D does not work. Here is an excerpt:
laptop:~ localuser$ ssh -D 8080 -p 2222 remoteuser@remotehost.com
remoteuser@remotehost.com's ...
2
votes
1answer
54 views
SSH tunnel in Putty says “address already in use” but that's not true
I've configured a putty session from Lubuntu to a VPS on the Internet via a proxy server. The connection to the VPS is correctly established, but the tunnel isn't.
This is the tunnel configuration:
...
0
votes
0answers
31 views
tap interface in ssh not working
I am not able to ping tap interfaces. The problem I think is tunnel is not established. When i run ssh -v -w 0:0 -o Tunnel=Ethernet IP,
I get remote terminal, and when I do ifconfig tap0 10.0.0.100 ...
0
votes
1answer
40 views
How to access MATLAB license server vis ssh?
I have MATLAB installed on my laptop which should connect to a certain host that stores license information. I used to be able to use MATLAB anywhere that I had an internet connection. Recently, I ...
1
vote
0answers
56 views
sshuttle on a DD-WRT / OpenWRT Router
Has anybody had any success installing and running sshuttle on a wireless router? My intent is to have all traffic from all devices (computer, tablet, gaming system, etc.) that connect to the router ...
0
votes
3answers
103 views
Looking for web based SSH frontend to access computers behind SSH-based router
I'm looking for a web-based solution (accessible via the internet) that allows me to establish an SSH connection to computers on my internal network (Linux boxes). I don't want to install custom ...
0
votes
1answer
121 views
Anonying Firewall - Still cannot access banned sites like facebook even via SSH tunnel through SOCKS 5 Proxy
I'm in some un-named country and I connected to my SOCKS 5 Proxy via an SSH Tunnel which is located in the US. I tried to visit facebook via the browser, but it just times out. But when I ping ...
0
votes
2answers
62 views
Transparent SSH Multi-Hop - Access to network without using shell (Shared connection)
I have a quick question. Apologies if this has been posted already, but I have searched and can't seem to find what I am looking for.
I have a localhost , Host 1 and Host 2.
The Host 2 machine has ...
0
votes
0answers
101 views
VNC connection over SSH Tunnel with “middleman” server (Windows Viewer to Mac Server)
I NEED HELP!
So I have a windows 8 PC (vnc viewer) and a iMac 10.8 Mountain Lion (vnc server) and a middleman server running ubuntu on a DMZ (all ports open). Both computers are behind a firewall ...
0
votes
1answer
62 views
How to connect two computers using SSH tunneling
I have two linux computers in two different institutes. Computer1 is username1 with host1(internal ip 192.168.1.115) connected to server1(public ip 59.162.19.43). Second Computer2 is username2 with ...
0
votes
1answer
44 views
mysql and ssh tunnel
I got some troubles establishing connect to remote database via ssh tunnel.
Open ssh tunnel
ssh -fNg -L 3307:127.0.0.1:3306 user@remote-host
Check it
netstat -lep --tcp
All OK
tcp 0 0 *:3307 ...
0
votes
0answers
195 views
Running rdesktop via SSH Tunnel causes ERROR: Failed to open display:
I can use rdesktop fine on my Linux Mint (3.2.0-23-generic kernel) system like this :
rdesktop IPAddress
However, I'd like to run rdesktop through my OpenSSH ssh tunnel. I using the following:
...
1
vote
3answers
182 views
How can I resume a large scp file transfer when using port forwarding?
I have a machine a couple of hops away, and I need to set up port forwarding in order to transfer files.
Edit: To be clear, the multiple hops are needed in order to access the remote machine. From ...
0
votes
0answers
28 views
Is there a way to route all WIFI traffic through an SSH tunnel to the internet? [duplicate]
I would like to secure all wireless traffic on my local network with ssh.
Tablet/Smartphone/Computer/etc ==> WIFI Router ==> SSH TUNNEL ==> Internet
Are there routers capable of this?
0
votes
0answers
80 views
How to keep alive using SSH Tunnel Manager on Macintosh?
I'm using SSH Tunnel Maneger v2.1.4 on Macintosh OS X Mountain Lion to tunnel my VNC connections, however, when I leave the machine idle, upon return in a few hours, my SSH is always dead.
How can I ...
5
votes
2answers
88 views
How to connect to a SSH session that was backgrounded with -f -N?
I'm doing some work where I need to pivot off a machine using proxychains so I'm connecting to a system and binding a local port like so...
ssh -f -N -D 9000 user@host.com
… which returns me back ...
0
votes
2answers
41 views
If i use sshuttle to tunnel traffic to home pc, can my organisation detect this? [closed]
Would my organisation know if i tunnel my traffic to my home pc using sshuttle?
1
vote
1answer
156 views
SSH Tunnel for Samba over SSH Proxy
So I am trying to do something that is relatively simply in theory but my use-case seems to be hard to find since most proxying I find on the internet is in regards to setting up a proxy for your ...
2
votes
1answer
74 views
SSH and FoxyProxy - bringing a browser session from B to A via X
I shall try and be brief. English is my second language, so please forgive the lack of syntactic fluency.
I have done lots of researches but could not find a suitable article (perhaps because I am ...
0
votes
1answer
142 views
Tunnel AFP over SSH
I can't seem to figure out how to connect to AFP over SSH. Here is my setup:
[Raspberry Pi] <---> [router] <---> (Internet) <---> [Client]
I'd like to be able to connect to my home's WAN IP ...
1
vote
0answers
48 views
SSH through a tunnel or directly depending on the network I'm conncted to
Is it possible to "automatically" configure ssh to use a gateway to connect to a remote machine based on the client's IP address or something in the likes?
Suppose I'm at my laptop, which I can plug ...
1
vote
0answers
283 views
Remote commands over SSH with Windows PowerShell - Protection against disconnection
I am planning to connect to remote Linux hosts via SSH and call scripts with Windows PowerShell SSH.
As far as I understand, if the SSH connection is lost (timeout or connection reset) whilst the ...
1
vote
2answers
167 views
Need to figure out a way for RDP to call back to a local listener on a specified Ephemeral port though a Reverse SSH Tunnel
This relates to a previous question that was getting entirely too long and confusing due to my constant updates and edits and I was told to re ask it. So I am cleaning it up and asking a more direct ...
4
votes
1answer
258 views
How to specify what port RDP responds to?
I need to figure out a way to force RDP(Remote Desktop) to respond to a specific port Instead of a RHP(Random High Port). I am not asking how to change what port RDP "Listens" on, but rather the ...
0
votes
0answers
174 views
How to debug SSH tunneling web server behind LAN?
I am currently trying to access a Redmine server we have at the lab I work in at the university. After some research I found out it was possible to do so through SSH tunneling, and actually got it to ...
0
votes
1answer
116 views
TightVNC and SSH
Lets assume this state (imageshack image) of network. I want to SSH-tunnel connection between VNC clients and VNC servers.
Both PC1 and PC2 runs TightVNC server and SSH server and have allowed ...
0
votes
1answer
314 views
Need help tunneling Remote Desktop (RDP) over SSH using OpenSSH
So heres my set up. The picture isn't "Exact" I have modified it, but it gives you an idea.
The tools I am using are:
PUTTY
OpenSSH
CYGWIN
Remote Desktop
VMware vCenter Server Version 5.1.0
...
0
votes
1answer
446 views
Cannot successfully configure OpenSSH via CYGWIN in Windows 2008
I need help configuring OpenSSH on Win2008 via CYGWIN!
THANKS in advance!
I am trying to configure an OpenSSH server on Windows Server 2008 Datacenter via CYGWIN. I have installed and configured ...
0
votes
1answer
56 views
SSH Tunnelling troubleshooting
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 ...
2
votes
1answer
166 views
Keep alive with MyEnTunnel or other SSH-background tunnel app
I'm successfully using MyEnTunnel to forward traffic to a remote SOCKS-server. If I don't use the tunnel for a while the connection seems to turn stale, but doesn't fail, hence the browser waits for ...
1
vote
1answer
55 views
ppp0 to eth0 SSH tunnel routing
I have Debian based ARM board on which I have Ethernet controller eth0 with static IP 192.168.1.10 and 3G usb modem connected to the internet (ppp0). Ethernet controller is connected directly to other ...
1
vote
0answers
175 views
Permanent outgoing SSH tunnel with TomatoUSB
I use SSH tunnel(s) from computers in my home to a remote server, in order to have secure connections and appear to be where I'm not (I live in Europe but want to access Netflix for example).
The ...
0
votes
0answers
59 views
Can I create a tunnel / VPN for a game console if all I have is a remote Linux account?
I moved from the US to Europe, and I'd like to tunnel some traffic back "home". I have the following to work with:
An non-sudo account on a Linux box in the United States
A Windows laptop
Various ...
1
vote
1answer
141 views
SSH tunneling commands for better security and privacy
i have a centos 6 VPS.
I use ssh -p 443 -D 8080 -f -C -N root@ip on mac terminal for SSH tunneling but with wireshark when i sniff my traffic i can see DNS requests are not encrypted ! (i use ...
1
vote
0answers
80 views
trying to remote in to work computer via an ssh tunnel [closed]
Trying to remote into a windows machine from a mac using their instructions:
On your home computer, install and open putty (http://www.putty.org/)
Enter a name into the Saved Sessions field.
Enter ...
2
votes
1answer
138 views
sshuttle analog for mac
We have tried using latest sshuttle on Mac OS X Mountain Lion, but there is a bug which messes with kernel variables and by this breaks internet connection. On the machine where we tried it we had to ...
4
votes
2answers
327 views
Setting up ssh config file with id_rsa through tunnel
I've been struggling to set up a valid configuration to open a connection with a second machine, passing through another one, and using an id_rsa (which requests me a password) to connect to the third ...
1
vote
2answers
123 views
Mac sandboxed application can't access SOCKS5 proxy
OS version: OS X 10.8.2
PAC file path: http://localhost/proxy.pac
Target applications: Safari, Tweetbot
Example rule in .pac:
if (shExpMatch(url, '*domain.com*')) return 'SOCKS5 127.0.0.1:8080';
In ...
0
votes
0answers
96 views
Getting Ubuntu host's GUI on local machine when using X Window
I am tunneling X Window over ssh on my local OSX machine using XQuartz.
Now the GUI of course looks different than what I would get when I start programs on ubuntu locally.
Is there a way to make my ...
0
votes
0answers
72 views
SSH Port Forwarding for WIndows
I have a remote Windows 2008 R2 Server. I have a program that needs to access SQL Server running on this server. Instead of using VPN, I was thinking to maybe run an SSH server on the Windows Server ...
0
votes
1answer
54 views
Tunneling from one unix server to other unix server using ssh
I am trying to connect one Unix server to another. Direct login is possible, but logging in through a tunnel is failing. I'm creating the tunnel connection using:
ssh -N -f -L 6002:bsc2:22 ...
0
votes
1answer
79 views
SSH, SVN and firewalls
I have a typical set up where by my SVN server is on a machine behind the firewall and I have a gateway machine which I can SSH into. When outside the network if I want to checkout the repository I ...
4
votes
2answers
123 views
Mount remote drive by port forwarding
I have a windows 7 computer at home and a remote windows XP machine with an external USB drive attached to it. I would like to be able to copy files to and from home/the remote USB drive. The problem ...
1
vote
1answer
218 views
Stop ssh tunnel (stop listening on port without killing process)
In an ssh session, one can start tunneling with the keystrokes ~C and entering (e.g.) -L80:localhost:80. However, is there any way to stop tunneling on that port (short of killing the process)?
0
votes
0answers
162 views
Port Forwarding/Web Browsing With Bitvise Tunnelier
Alright, what I'm trying to do is open to a webpage on an Ubuntu 12.04 x64 server, of which I am an admin, that is inside a firewall while I am outside the firewall.
I'm told that you can use the ...
2
votes
1answer
129 views
How to tunnel a local port onto a remote server
I have a domain that i bought from DynDNS. I pointed the domain at my ip adress so i can run servers. The problem I have is that I don't live near the server computer... Can I use an ssh tunnel? As I ...
2
votes
4answers
177 views
How can I use SSH to tunnel to a port that's open on the machine I have access to but not open to the outside world?
I currently use SSH to tunnel my internet connection, using ssh -p <port> -ND <local port> <user>@<ip address>, and this works great. However, I'd like to bind a local port to ...
0
votes
0answers
124 views
Creating a secure multicast tunnel with socat
How we can create secure multicast tunnels ith socat?
Assume that we have a list of IP address, CIDR network addresses that we want to create secure tunnel to them.
I found this:
socat STDIO ...

