in reply to Re: Calling a remote ssh connection from perl
in thread Calling a remote ssh connection from perl
system("ssh root\@remoteIP /usr/bin/ls");
and that seems to connect to the remote server but now it prompts for the password. And when I enter the password, I get a Permission Denied error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Calling a remote ssh connection from perl
by LanX (Saint) on May 27, 2021 at 22:48 UTC |