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
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
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
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:
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