Oracle® Solaris Studio 12.4: Distributed Make (dmake)

Exit Print View

Updated: October 2014
 
 

Specifying Which Remote Shell To Use

The path to the remote shell can be specified in the .dmakerc file.

For example:

host earth { jobs = 3 }
host mars  { jobs = 5 , rsh = "/bin/ssh" }

If rsh = is not specified, dmake will use /bin/rsh by default.

As with rsh, you must ensure that ssh can login to the remote host without requiring a password, and does not issue any warnings or errors.