search for: supress_banner

Displaying 1 result from an estimated 1 matches for "supress_banner".

2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
...Mon Apr 22 16:18:41 2002 +++ ssh.c Mon Apr 22 16:18:54 2002 @@ -113,6 +113,12 @@ int fork_after_authentication_flag = 0; /* + * Flag to indicate the login banner from the server should not be displayed. + * This is usedful when issuing command on remote hosts noninteractively. + */ +int supress_banner = 0; + +/* * General data structure for command line options and options configurable * in configuration files. See readconf.h. */ @@ -576,6 +582,7 @@ } } else { /* A command has been specified. Store it into the buffer. */ + supress_ba...