LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   batch mode (https://www.linuxquestions.org/questions/linux-newbie-8/batch-mode-4175425526/)

mmhs 09-04-2012 02:23 AM

batch mode
 
hi guys
i have simple question
i want to know what is the meaning of batch mode e.g in ssh !

and what is batch mode usage??

thx in advance

evo2 09-04-2012 02:51 AM

Hi,

from the ssh_config man page:
Code:

    BatchMode
            If set to “yes”, passphrase/password querying will be disabled.  In
            addition, the ServerAliveInterval option will be set to 300 seconds
            by default.  This option is useful in scripts and other batch jobs
            where no user is present to supply the password, and where it is
            desirable to detect a broken network swiftly.  The argument must be
            “yes” or “no”.  The default is “no”.

Evo2.


All times are GMT -5. The time now is 08:59 AM.