SSH Local Port Forwarding

2006-02-02 Thread Jon Dixon
The snapshot of 02-02-06 works well. It has passed the relevant hijack attack scenarios. Thanks again Jon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: SSH Local Port Forwarding

2006-02-01 Thread Corinna Vinschen
On Feb 1 08:36, Jon Dixon wrote: > Hi Corinna, > >Thanks for all the consideration you have given this WinSock > problem. As a suggestion, would it be possible to add an ssh command > line option, so the user could explicitly open the listening port in > exclusive mode. This would alleviate

Re: SSH Local Port Forwarding

2006-02-01 Thread Jon Dixon
Hi Corinna, Thanks for all the consideration you have given this WinSock problem. As a suggestion, would it be possible to add an ssh command line option, so the user could explicitly open the listening port in exclusive mode. This would alleviate the problem of trying to second guess when to

Re: SSH Local Port Forwarding

2006-02-01 Thread Corinna Vinschen
On Feb 1 10:15, Corinna Vinschen wrote: > On Jan 31 15:25, Jon Dixon wrote: > > Hi Corinna, > > > > I have tested the cygwin-inst-20060130.tar.bz2 snapshot. > > Unfortunately, this snapshot runs the same way as release 1.5.19-4. > > No, it doesn't, definitely. 1.5.19-4 has not set the SO_EXCL

Re: SSH Local Port Forwarding

2006-02-01 Thread Corinna Vinschen
reuse without implementing SO_EXCLUSIVEADDRUSE. > Cygwin does however behave differently on Windows 2000 Server than on > Windows 2003 Server. > > The following describes the behavior of Cygwin (release or snapshot) > running on Windows 2000 Server sp 4. > > The SSH local port forward

Re: SSH Local Port Forwarding

2006-01-31 Thread Jon Dixon
snapshot) running on Windows 2000 Server sp 4. The SSH local port forwarding is activated with the command line statement: ssh -L2001:server.com:23 server.com. If another program is executed that also listens on port 2001, the program immediately throws the bind error exception: Address already in use

Re: SSH Local Port Forwarding

2006-01-29 Thread Corinna Vinschen
On Jan 27 09:56, Corinna Vinschen wrote: > On Jan 26 16:53, Jon Dixon wrote: > >I have Cygwin version 1.5.18-1 installed on a Windows 2003 Server > > System. My question is in regard to the SSH Local Port Forwarding > > feature. I activate the ssh local port forwar

Re: SSH Local Port Forwarding

2006-01-27 Thread Corinna Vinschen
On Jan 26 16:53, Jon Dixon wrote: >I have Cygwin version 1.5.18-1 installed on a Windows 2003 Server > System. My question is in regard to the SSH Local Port Forwarding > feature. I activate the ssh local port forwarding with the command > line statement: > >ssh ?L

SSH Local Port Forwarding

2006-01-26 Thread Jon Dixon
I have Cygwin version 1.5.18-1 installed on a Windows 2003 Server System. My question is in regard to the SSH Local Port Forwarding feature. I activate the ssh local port forwarding with the command line statement: ssh –L2001:server.com:23 server.com. At this point, an application can