Command to be used to execute a program on this slave, such as 'ssh slave1' or 'rsh slave2'. Hudson appends the actual command it wants to run after this and then execute it locally, and then expects the command you spplied to do the remote job submission.

Normally, you'd want to use SSH and RSH for this, but it can be any custom program as well.

Setting this to "ssh -v hostname" may be useful for debugging connectivity issue.