=== modified file 'bzrlib/transport/ssh.py' --- bzrlib/transport/ssh.py 2007-12-03 16:39:11 +0000 +++ bzrlib/transport/ssh.py 2008-01-23 14:07:06 +0000 @@ -448,7 +448,7 @@ if subsystem is not None: assert command is None, ( 'subsystem and command are mutually exclusive') - args = ['plink', '-x', '-a', '-ssh', '-2'] + args = ['plink', '-x', '-a', '-ssh', '-2', '-batch'] if port is not None: args.extend(['-P', str(port)]) if username is not None: