pavva94 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Dropbear lost tunneling ability #322

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install SnakeOS v1.3.2 20111019
2. Setup a SSH tunnel with port forwarding using your preferred SSH client
3. Setup your browser to use your tunneled connection
4. Open any page

What is the expected output? What do you see instead?
Expected: the content of the page; instead, a error page from the browser

Using Linux, the following error appears on the console:
channel X: open failed: connect failed: Connection refused 

Using Windows, no warnings from PuTTY

It seems like the options that made Dropbear able to accept SSH tunnels were 
overriden when updating the code.

Original issue reported on code.google.com by mendelso...@gmail.com on 1 Sep 2012 at 2:48

GoogleCodeExporter commented 8 years ago
Wasn't this always disabled? It at least seems to be in the earliest svn code.

Original comment by stefansc...@googlemail.com on 2 Sep 2012 at 10:12

GoogleCodeExporter commented 8 years ago
Sorry for the delay.

I'm a bit confused now. I remember that SSH tunneling appeared in 
1.3.2-unofficial but I'm not sure if they were done in 1.3.2 too.

I'll take a look at the svn before posting stupid issues like this one. ;)

Original comment by mendelso...@gmail.com on 14 Sep 2012 at 4:16

GoogleCodeExporter commented 8 years ago
Fixed in r492

Original comment by mendelso...@gmail.com on 14 Apr 2014 at 7:27