- or download this
my $ssh = Net::OpenSSH->new(
host => $hostname,
...
timeout => 10,
)
|| die("Cannot connect to $hostname");
- or download this
Your password will expire in XXX days
Press any key to continue.
- or download this
elsif ( $$bout =~ s/(.*)Press Enter to Continue//is ) {
print STDERR "$1";
print $mpty "\r\n";
}