I have a code which connects to a remote machine using Net::SSH::Perl and executes few commands on the remote machine
As part of a test it also restarts the remote machine.
Now the the connection between the local remote machine is lost. Is it possible to retrieve the previous object of Net::SSH::Perl rather than creating the new connection again.