marcellmars / letssharebooks

:closed_book:
http://www.memoryoftheworld.org
GNU General Public License v3.0
65 stars 9 forks source link

changing dynamic port management by server to random guess from client #31

Closed marcellmars closed 9 years ago

marcellmars commented 9 years ago

i found some strange bug on maverick (in virtualbox) saying: WARNING: Server requests forwarding for unknown listen_port after which ssh tunnel on maverick doesn't work (even it gets established).

using ssh -o "ExitOnForwardFailure yes" should make client side good enough for random guessing of ports. having already windows client using random guessing it seems that this approach could simplify client side. hopefully redirection to file of a server response can also go away. let's see...