Re: Perl SSH Client

2001-01-29 Thread Benjamin Trott
> Yes; I don't recall seeing Net::SSH discussed here before it ws released, > but when I noticed it on the CPAN, I was bothered by the fact that it was > just a wrapper, not an implementation. I think people have come to expect > Net::${PRTOTOCOL} modules to be Perl/XS/etc. implementations of tha

Re: Perl SSH Client

2001-01-29 Thread Chris Nandor
At 12:09 -0800 01.25.2001, Benjamin Trott wrote: >> How about coordinating with the author of Net::SSH, and integrating >> both your codebases? > >This is an option. Some of the downsides: > >* Since the current Net::SSH on CPAN is basically a wrapper around the ssh >command line client, and mine

Re: Perl SSH Client

2001-01-25 Thread Kurt D. Starsinic
On Thu, Jan 25, 2001 at 12:09:49PM -0800, Benjamin Trott wrote: > > How about coordinating with the author of Net::SSH, and integrating > > both your codebases? > > This is an option. Some of the downsides: > > * Since the current Net::SSH on CPAN is basically a wrapper around the ssh > command

Re: Perl SSH Client

2001-01-25 Thread Benjamin Trott
> How about coordinating with the author of Net::SSH, and integrating > both your codebases? This is an option. Some of the downsides: * Since the current Net::SSH on CPAN is basically a wrapper around the ssh command line client, and mine is a Perl implementation of an ssh client, the code base

Re: Perl SSH Client

2001-01-25 Thread Kurt D. Starsinic
On Wed, Jan 24, 2001 at 02:09:59PM -0800, Benjamin Trott wrote: > I've written a Net::SSH module that's an all-Perl interface to an ssh > daemon. Currently 3 encryption ciphers are working (IDEA, DES, and 3DES), > and one authentication method (password auth). (I also have rhosts-RSA > authenticat

Perl SSH Client

2001-01-24 Thread Benjamin Trott
Hi-- I've written a Net::SSH module that's an all-Perl interface to an ssh daemon. Currently 3 encryption ciphers are working (IDEA, DES, and 3DES), and one authentication method (password auth). (I also have rhosts-RSA authentication working, but it requires running on a privileged port and read