- mouring@cvs.openbsd.org 2002/07/25 01:16:59
[sftp.c] FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.
This commit is contained in:
parent
3ed6640532
commit
8d631e8515
|
@ -11,6 +11,10 @@
|
|||
The authenticity of host 'bla' can't be established.
|
||||
(protocol version 2 with pubkey authentication allows you to detect
|
||||
MITM attacks)
|
||||
- mouring@cvs.openbsd.org 2002/07/25 01:16:59
|
||||
[sftp.c]
|
||||
FallBackToRsh does not exist anywhere else. Remove it from here.
|
||||
OK deraadt.
|
||||
|
||||
20020730
|
||||
- (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
|
||||
|
@ -1479,4 +1483,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2410 2002/08/01 01:21:56 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2411 2002/08/01 01:25:00 mouring Exp $
|
||||
|
|
3
sftp.c
3
sftp.c
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
RCSID("$OpenBSD: sftp.c,v 1.30 2002/06/23 09:30:14 deraadt Exp $");
|
||||
RCSID("$OpenBSD: sftp.c,v 1.31 2002/07/25 01:16:59 mouring Exp $");
|
||||
|
||||
/* XXX: short-form remote directory listings (like 'ls -C') */
|
||||
|
||||
|
@ -122,7 +122,6 @@ main(int argc, char **argv)
|
|||
__progname = get_progname(argv[0]);
|
||||
args.list = NULL;
|
||||
addargs(&args, "ssh"); /* overwritten with ssh_program */
|
||||
addargs(&args, "-oFallBackToRsh no");
|
||||
addargs(&args, "-oForwardX11 no");
|
||||
addargs(&args, "-oForwardAgent no");
|
||||
addargs(&args, "-oClearAllForwardings yes");
|
||||
|
|
Loading…
Reference in New Issue