There is a patch fix for perl module net::ssh2 it fixes a seg fault error that happens on some machines.
It's located here: https://rt.cpan.org/Public/Bug/Display.html?id=36614
I downloaded the patch but i'm not sure how to apply it. I removed the module i previously installed, went to the build folder and did
patch ssh2.xs < p1
it asked me if the patch was in reverse. I wasn't sure so i hit yes. IT says patch succeed then tells me ok. modules installed. I don't think either the patch worked or i'm moving my patched version in correctly. I feel that way because i still get the seg fault and everyone say this fixes it.