Help for this page
my $cmd1 = $ssh->exec("ls"); my $cmd2 = $ssh->exec("configure"); my $cmd3 = $ssh->exec("exit");
my $ssh = Net::SSH::Expect->new (host => "ip addr", password=> 'pwd', user => 'username', raw_pty => 1);