<div>I just resently install Niet::SSH::Perl and all it's depacies on a Red Hat Linix sustem.&nbsp; When I use SSH2 there is no problem.&nbsp; But when I have to use SSH1 I get the following error.</div>  <div>&nbsp;</div>  <div>Can't locate object method "new" via package "Math::GMP" at /usr/lib/perl5/site_perl/5.8.5/Net/SSH/Perl/Buffer.pm line 148.<BR></div>  <div>Line 148 readds</div>  <div>&nbsp;</div>  <div>&nbsp;Math::GMP-&gt;new("0x$hex");<BR></div>  <div>The line in my code reads.</div>  <div>&nbsp;#&nbsp;my $ssh = Net::SSH::Perl-&gt;new("$sw_info-&gt;[3]", protocol =&gt; '1');</div>  <div>my $ssh = Net::SSH::Perl-&gt;new("$sw_info-&gt;[3]");</div>  <div>I've tried it both ways and the network switch doesn't take SSH2 at all.</div>  <div>The array elemament $sw_info-&gt;[3] contains the IP address of the network switch I want to connect to.</div><p>&#32;

      &nbsp;