Thursday 23 April 2020

Accessing remote machine over SSH

Hi, I'm doing automation testing using protractor. For one of the tests I have to run a few commands on a remote VM. I'm trying to achieve this by using SSH. I've tried using simple-ssh, remote-exec and ssh-exec. The problem is that my code runs without throwing any errors but the commands that I'm trying to run remotely are not executed and I'm pretty sure that SSH is not logging on to that machine as well.Any pointers is appreciated, I'm pretty new with this, so, sorry if this sounds stupid.

Submitted April 23, 2020 at 11:26AM by Strike_Reaper

No comments:

Post a Comment