]> andersk Git - openssh.git/commitdiff
- mouring@cvs.openbsd.org 2002/07/25 01:16:59
authormouring <mouring>
Thu, 1 Aug 2002 01:25:00 +0000 (01:25 +0000)
committermouring <mouring>
Thu, 1 Aug 2002 01:25:00 +0000 (01:25 +0000)
     [sftp.c]
     FallBackToRsh does not exist anywhere else.  Remove it from here.
     OK deraadt.

ChangeLog
sftp.c

index 95e9acd33a29c0179ffd9126d5e2e334d1f583c3..1c4eb40b785a3ea0dc096b093c14e1403498dca8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         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
diff --git a/sftp.c b/sftp.c
index fac2564ded5d0244ee0f78242477abad100cbd11..c4055b91ee47f7c2d5f19756354f4240f212d3d0 100644 (file)
--- a/sftp.c
+++ b/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");
This page took 0.225972 seconds and 5 git commands to generate.