- or download this
belle (valid)
everglades (valid)
hugger (not valid)
- or download this
my $ssh = Net::SSH::Expect->new (
host => "$current_server",
...
($ssh->read_all(2) =~ />\s*|$\s*\z/) or die "where's the remote prompt
+?";
$ssh->exec("stty raw -echo");
- or download this
belle $! = Illegal seek
Login output for belle = 1
...
hugger $! = Illegal seek
Login output for hugger = 1
SSHProcessError The ssh process was terminated. at ./script.pl line 39