logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dsh.conf - configuration file for distributed shell, or dancer's shell

Author

dsh was written by Junichi Uekawa <dancer@debian.org>

Description

/etc/dsh/dsh.conf contains default values used in the dsh program invocation. An entry in dsh.conf comes in the following format: option=value where value is "1" or "0" when it requires boolean value. 0 means NO, and 1 means YES.

Files

/etc/dsh/dsh.conf Configuration for dsh

Format

remoteshell=rsh Specify rsh as remote shell remoteshellopt=rsh-opt Specify rsh-opt as an extra option for the invoked remote shell. forklimit=forklimit Specify the number of parallel connection to create at the same time. waitshell=1 Specify 1 to to make the shell wait for each individual invocation. See -c and -w option for dsh(1)showmachinenames=1 Show machine names in front of each output. See -M option for dsh(1)verbose=1 Give verbose output.

Name

dsh.conf - configuration file for distributed shell, or dancer's shell

See Also

dsh(1) Debian-Beowulf/Dancer 2003 May 29 dsh.conf(5)

See Also