RE: AW: SSH Problem

2003-08-18 Thread wiggins
by server. at ./test.pl line 14 > > Thanks > -bb > > -Ursprüngliche Nachricht- > Von: Björn Brombach [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 17. August 2003 18:22 > An: perl > Betreff: SSH Problem > > > Hi, > I have installed SuSE 8.2, perl-N

AW: SSH Problem

2003-08-17 Thread Björn Brombach
des not supported by server. at ./test.pl line 14 Thanks -bb -Ursprüngliche Nachricht- Von: Björn Brombach [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 17. August 2003 18:22 An: perl Betreff: SSH Problem Hi, I have installed SuSE 8.2, perl-Net-SSH-Perl-1.23, String-CRC32-1.2. I am trying to ma

SSH Problem

2003-08-17 Thread Björn Brombach
Hi, I have installed SuSE 8.2, perl-Net-SSH-Perl-1.23, String-CRC32-1.2. I am trying to make an SSH connection to a remote SuSe 8.2 computer. And the perl skript is where i am having the problem. Trying to use it produces the following error: "selected cipher type DES not supported by server." I t

Re: SSH Problem

2003-06-24 Thread Wiggins d'Anconia
Rudolf Kliemstein wrote: Hi all, i have the following problem with the following script: #!/usr/bin/perl -w # $Id: cmd.pl,v 1.4 2001/02/22 00:14:48 btrott Exp $ use strict; use Net::SSH::Perl; use Net::SSH::Perl::Cipher; chomp(my $this_host = `hostname`); print "Enter a host name to connect to:

SSH Problem

2003-06-23 Thread Rudolf Kliemstein
Hi all, i have the following problem with the following script: #!/usr/bin/perl -w # $Id: cmd.pl,v 1.4 2001/02/22 00:14:48 btrott Exp $ use strict; use Net::SSH::Perl; use Net::SSH::Perl::Cipher; chomp(my $this_host = `hostname`); print "Enter a host name to connect to: [$this_host] "; chomp(m