$ 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. $ (this is the remote connection) ### instead of reusing the first connection it creates a new connection every time under Cygwin. I also found an old posting by Corrina that stated that connection sharing was not implemented but that was back around 2009. Maybe it's still not implemented. On 12/27/2013 09:54 PM, Brian S. Wilson wrote: > > It's possible. Perhaps if you described the error you were seeing, and > included the cygcheck files (as suggested in > the web page section on reporting bugs) someone would be willing to work with > you on the issue. > > -----Original Message----- > > I was trying to get ssh connection sharing working today under Cygwin but > could not get it to work. > > Is this not possible under Cygwin? > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple