Re: Windows SSH Server

2012-11-29 Thread Simon
Hi Coming a little late into the discussion. I agree that CygWin is a little OTT and not straightforward for the job described. A free solution, which is straightforward to install and works with a nice easy to use gui interface is freesshd - www.freesshd.com. I use it on Windows 2003 /

Re: Windows SSH Server

2012-11-29 Thread Dick Thiot
@googlegroups.com *Subject:* Re: Windows SSH Server One of my favorite sayings: Anything free is worth what you pay for it. On Wed, Nov 28, 2012 at 6:13 PM, Kevin Powick kpow...@gmail.com wrote: On Wednesday, 28 November 2012 15:16:43 UTC-5, NebulaTonyG wrote: ...the SSHD accepts a connection

Re: Windows SSH Server

2012-11-28 Thread Kevin Powick
On Monday, 26 November 2012 11:54:47 UTC-5, Dick Thiot wrote: We currently have a need to implement an SSH server for Windows for a jBASE server. Can others on the list let us know how you have approached SSH servers on Windows for jBASE? I can highly recommend SSH Server from Bitvise

Re: Windows SSH Server

2012-11-28 Thread Bob Rasmussen
An add-on question: Once you settle on a Windows SSH server, what is necessary to connect a client to jBase? Do you have to run an SSH client, enable port forwarding, and then run a telnet client over that tunnel? On Wed, 28 Nov 2012, Kevin Powick wrote: On Monday, 26 November 2012 11:54:47

RE: Windows SSH Server

2012-11-28 Thread Dan Ell
, November 28, 2012 12:38 PM To: jbase@googlegroups.com Subject: Re: Windows SSH Server An add-on question: Once you settle on a Windows SSH server, what is necessary to connect a client to jBase? Do you have to run an SSH client, enable port forwarding, and then run a telnet client over that tunnel

RE: Windows SSH Server

2012-11-28 Thread Tony Gravagno
the environment variables, but there is nothing else needed. Dan Ell -Original Message- From: Bob Rasmussen An add-on question: Once you settle on a Windows SSH server, what is necessary to connect a client to jBase? Do you have to run an SSH client, enable port forwarding, and then run

Re: Windows SSH Server

2012-11-28 Thread Manoj K
Hi, The best is to install cygwin on both the systems. Cygwin can use as SSH server and client. Manoj On Nov 28, 2012 9:59 PM, Bob Rasmussen r...@anzio.com wrote: An add-on question: Once you settle on a Windows SSH server, what is necessary to connect a client to jBase? Do you have to run

Re: Windows SSH Server

2012-11-28 Thread Kevin Powick
On Wednesday, 28 November 2012 15:16:43 UTC-5, NebulaTonyG wrote: ...the SSHD accepts a connection on port X and then transfers that to port Y, but that's not so much port forwarding or tunneling, that's what an SSHD does. LOL. What does that even mean? Regarding Bitvise -

Re: Windows SSH Server

2012-11-28 Thread Daniel Klein
One of my favorite sayings: Anything free is worth what you pay for it. On Wed, Nov 28, 2012 at 6:13 PM, Kevin Powick kpow...@gmail.com wrote: On Wednesday, 28 November 2012 15:16:43 UTC-5, NebulaTonyG wrote: ...the SSHD accepts a connection on port X and then transfers that to port Y,

RE: Windows SSH Server

2012-11-28 Thread Tony Gravagno
I'll preface this by saying anything I know about this comes from discussions I had with Kevin in CDP just over a year ago. Based on those discussions and very little pain from experimentation, I was able to get this stuff to work, and for free. That's the whole take-home here. I'm just conveying

Re: Windows SSH Server

2012-11-28 Thread Kevin Powick
On Wednesday, 28 November 2012 20:01:04 UTC-5, NebulaTonyG wrote: [snipped a bunch of my counterpoints because likely unproductive] Look, I'm not going to play this game of fine-tuning words and splitting hairs on the nuances of specific implementations. It's hardly splitting hairs.

Windows SSH Server

2012-11-26 Thread Dick Thiot
We currently have a need to implement an SSH server for Windows for a jBASE server. Can others on the list let us know how you have approached SSH servers on Windows for jBASE? Thanks, Dick -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to

Re: Windows SSH Server

2012-11-26 Thread Bob Rasmussen
I would be interested in this subject as well. Please respond on-list. Dick, what factors are driving the push to SSH? On Mon, 26 Nov 2012, Dick Thiot wrote: We currently have a need to implement an SSH server for Windows for a jBASE server. Can others on the list let us know how you have

Re: Windows SSH Server

2012-11-26 Thread Alexander Demin
Try https://www.itefix.no/i2/copssh. On Mon, Nov 26, 2012 at 8:01 PM, Bob Rasmussen r...@anzio.com wrote: I would be interested in this subject as well. Please respond on-list. Dick, what factors are driving the push to SSH? On Mon, 26 Nov 2012, Dick Thiot wrote: We currently have a

RE: Windows SSH Server

2012-11-26 Thread Tony Gravagno
Dick, I installed Cygwin on the target system and added a SSHD server. So the client does an SSH to this server, which then does port forwarding (tunneling) to the jBASE telnet server. This might seem like cumbersome solution, having a Linux implementation sitting on top of Windows just for one