Displaying 1 result from an estimated 1 matches for "batch_flag".
2001 Apr 06
1
-n vs batch_mode vs batch_flag
How is -n supposed to work? When you say ssh -n, it sets stdin_null_flag
but not batch mode. When the client is choosing authmethods, there is a
batch_flag that is tested to see (presumably) if we are in batch mode or
perhaps if -n has been given. But nothing sets it. It looks like it's
supposed to point to options.batch_mode, but it's never even initialized!
Even if it did point to batch_mode, that's independent of -n, so when you
say...