chandys / proxoid

Automatically exported from code.google.com/p/proxoid
0 stars 0 forks source link

ssh disconnects after a few seconds #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure ssh to use crokscrew
2. sonnect via ssh
3.will disconect in a few second to a minute

What is the expected output? What do you see instead?
To stay connected ;-)
tetherbot works with ssh, hence I suspect a proxoid problem

What version of the product are you using? On what operating system?
1.0.5,
ubuntu 2.6.28-12-netbook-eeepc
Verizon Droid, Android 2.0

Please provide any additional information below.

Original issue reported on code.google.com by mark.die...@gmail.com on 8 Dec 2009 at 8:35

GoogleCodeExporter commented 9 years ago
This also happend when proxying skype

Original comment by mark.die...@gmail.com on 8 Dec 2009 at 8:44

GoogleCodeExporter commented 9 years ago
This maybe liked to a flag issue that was recently fixed, look for a new 
release this
weekend or early next week.

Original comment by RedBMas...@gmail.com on 10 Feb 2010 at 10:36

GoogleCodeExporter commented 9 years ago
The workaround for standard SSH ports (22) should be fairly simple. 

Just add a flag that checks if the request is to port 22. If so, set the socket
timeout to a larger value. 

Original comment by superkelvint@gmail.com on 3 May 2010 at 5:28

GoogleCodeExporter commented 9 years ago
See 
http://www.supermind.org/blog/660/solved-connection-reset-problems-with-proxoid 
for a fix which solves the connection reset issue, and also supports SSH. 

Download link included. Source available on request (GPL and BSD, with some 
proprietary code).

Original comment by superkelvint@gmail.com on 17 Jun 2010 at 9:05