From aff04efce8abbcfd4344c046f6a44b072953c246 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 4 Mar 2014 08:32:41 -0500 Subject: [PATCH] docuement DSH_REMOTE_PASSWORD env variable --- xCAT-client/pods/man1/xdsh.1.pod | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 8006bd955..c709bb383 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -117,7 +117,7 @@ A timeout value for remote command execution can be specified with the B<-t> flag or with the B environment variable. If any remote target does not provide output to either standard output or standard error within the timeout value, B displays an error message and -exits. +exits. If streaming mode is specified with the B<-s> flag, output is returned as it becomes available from each target, instead of waiting for the @@ -333,8 +333,8 @@ available from any target in the specified I, B displays an error and terminates execution for the remote targets that failed to respond. If I is not specified, B waits indefinitely to continue processing output from -all remote targets. The exception is the -K flag which defaults -to 10 seconds. +all remote targets. The exception is the -K flag which defaults +to 10 seconds. =item B<-T>|B<--trace> @@ -435,6 +435,13 @@ Sets the command path to use on the targets. If B is not set, the default path defined in the profile of the remote I is used. +=item B + +If B is set to the password of the +userid (usually root) that will ssh to the node, then when +you use the -K flag, you will not be prompted for a password. + + =item B Specifies the shell syntax to use on remote targets; B or