in reply to Re^2: help to deal with ssh connection
in thread help to deal with ssh connection

You can read the documentation for any module installed on your machine using the command perldoc. E.g.: perldoc Net::SSH.

Even if perldoc is not installed (on some distribution it is packed as a separate tool), you can read the raw pod just looking at the .pm file.