I was trying to perform password less login using ssh in perl. I am somehow stuck up with the following error message:
ssh: Could not resolve hostname : Name or service not known
lost connection
The following was a part of my code in the perl script that threw up this error:
$dut_ip_addr="10.0.0.110";
system("scp run_application.sh isq\@\$dut_ip_addr\:\/home\/isq\/");
Any help would be greatly appreciated