マシンにログインできません...しかし、同じ資格情報を使用してマシンにログインできます
my $ssh = Net::SSH::Expect->new (host => "9.118.46.36", password=> 'test01', user => 'root', raw_pty => 1, timeout => 20);
# establishes the ssh connection,
# authenticating with that user and password
$ssh->login();
SSHAuthenticationError ログインがタイムアウトしました。現在、入力ストリームの内容は以下のとおりです: root@9.118.46.36's password: at /usr/local/share/perl/5.14.2/Expect.pm line 828