https://bugzilla.mindrot.org/show_bug.cgi?id=1837
--- Comment #6 from Darren Tucker <[email protected]> 2010-11-24 14:18:30 EST --- Comment on attachment 1966 --> https://bugzilla.mindrot.org/attachment.cgi?id=1966 /home/djm/scp-propagate-opts.diff >+ addargs(&remote_remote_args, "-oBatchmode yes"); > addargs(&args, "-oBatchmode yes"); Is that going to work? I would expect it to get parsed as 2 args by the remote shell and broken into '-oBatchmode' and 'yes' then have ssh choke on a missing arg to BatchMode. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
