|
From: Bob R. <bob...@co...> - 2007-04-03 13:00:45
|
On Tue, Apr 03, 2007 at 09:32:59PM +1000, John Pye wrote: > Hi all > > This is something I have been wondering about for a while. What is the > right way (or is there any way) to log in to a windows via SSH (cygwin > sshd) and start a MSYS session? AFAIK, it is not OK to start an msys session with cygwin1.dll on the path. So no, I don't think there is a way to do this. > My understanding is that there is no FOSS way of running SSHD on Windows > except by using Cygwin. Is that still true? I have the same understanding. Here is how I solved the problem. I run cygwin sshd on the normal sshd port. Then I run this server, http://www.kpym.com/en/Overview.htm, on port 23 (pick any port). With that solution, I can then start msys's bash without cygwin involved. It's not perfect in any way, but it works. Bob Rossi |