Class ProcessMachineSSH

java.lang.Object
org.xbricks.common.generic.commands.worker.ProcessMachineSSH
All Implemented Interfaces:
ProcessMachine

public class ProcessMachineSSH extends Object implements ProcessMachine
SSH-Implementation of ProcessMachine. Runs the given commands on a given remote machine over SSH. First it must be logged in with username and password on the remote machine, then the ssh session is opened and commands can be executed in a execution channel.