Bonjour,

Je développe actuellement un script en Perl pour Centreon ou je dois me connecter à distance en SSH sur un poste Windows pour y lancer un fichier en utilisant Net::SSH:erl sauf que je me retrouve avec l'erreur suivante quand je le lance en ligne de commande:

No kex algorithm at /usr/local/share/perl5/Net/SSH/Perl/SSH2.pm line 92
Quand j'ajoute "debug => 1", j'ai ceci:

CES: Reading configuration data /root/.ssh/config
CES: Reading configuration data /etc/ssh_config
CES: Allocated local port 1023.
CES: Connecting to IP_Destination, port 22.
CES: Remote version string: SSH-2.0-OpenSSH_6.8

CES: Remote protocol version 2.0, remote software version OpenSSH_6.8
CES: Net::SSH:erl Version 1.38, protocol version 2.0.
.ES: No compat match: OpenSSH_6.8
CES: Connection established.
CES: Sent key-exchange init (KEXINIT), wait response.
No kex algorithm at /usr/local/share/perl5/Net/SSH/Perl/SSH2.pm line 92
Merci d'avance