in reply to Re^2: How to automate login to different servers via ssh and check is some specific processes are running or not.
in thread How to automate login to different servers via ssh and check is some specific processes are running or not.

To avoid supplying ssh password, use a ssh key with a key-agent. Also, do a search around these parts related to logging on to a ssh host & running commands.

  • Comment on Re^3: How to automate login to different servers via ssh and check is some specific processes are running or not.