in reply to Net::SSH::Expect - Process is quite after exiting from program.

Launch the remote program with nohup:
$ssh->exec("nohup java Atsi2 >/dev/null 2>&1 </dev/null &");

In any case, Net::SSH::Expect is quite unreliable, any other Perl SSH module available is probably a better option.

  • Comment on Re: Net::SSH::Expect --> Process is quite after exiting from program.
  • Download Code