Re: connection sharing

2013-12-28 Thread Gerry Reno
Csaba, my previous post http://cygwin.com/ml/cygwin/2013-12/msg00389.html has the details. On 12/28/2013 05:29 AM, Csaba Raduly wrote: > On Sat, Dec 28, 2013 at 4:44 AM, Gerry Reno wrote: >> I was trying to get ssh connection sharing working today under Cygwin but >> could not get it to work.

Re: connection sharing

2013-12-28 Thread Csaba Raduly
On Sat, Dec 28, 2013 at 4:44 AM, Gerry Reno wrote: > I was trying to get ssh connection sharing working today under Cygwin but > could not get it to work. > Hi Gerry, "Does not work" is not a very helpful report (http://www.chiark.greenend.org.uk/~sgtatham/bugs.html#respect). What did you try?

Re: connection sharing

2013-12-27 Thread Gerry Reno
$ grep Control /etc/ssh_config ControlMaster auto ControlPath ~/.ssh/cm_socket/%r@%h:%p $ ssh -M -L 5432:192.168.2.105:5432 greno@192.168.2.103 greno@192.168.2.103's password: bind: Address already in use channel_setup_fwd_listener: cannot listen to port: 5432 Could not request local forwarding.