commit | efc5ef2ae8b0d71dc9a4d4218dd5c813667eacbf | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 13:28:40 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 13:28:40 2009 -0700 |
tree | ee0130db4f688a9b144c35a55f9ea99a7d831f22 | |
parent | 6479a54471d987ecbd6a2e08d036fa0e6877f403 [diff] |
Always run SSH replication in BatchMode By using "BatchMode" the JSch client won't attempt to prompt the user, instead it will abort when an unknown host key is presented, or if a private key is locked by a passphrase. Signed-off-by: Shawn O. Pearce <sop@google.com>