summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:25:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:25:00 +0000
commit8d631e851534b94585f8e9dcdf21ae0367752198 (patch)
tree8717c5837c3ac1e50948272ce3f3d72f52480166 /sftp.c
parent3ed6640532ea53bc37182262141c9e917a448025 (diff)
- mouring@cvs.openbsd.org 2002/07/25 01:16:59
[sftp.c] FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index fac2564de..c4055b91e 100644
--- a/sftp.c
+++ b/sftp.c
@@ -24,7 +24,7 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27RCSID("$OpenBSD: sftp.c,v 1.30 2002/06/23 09:30:14 deraadt Exp $"); 27RCSID("$OpenBSD: sftp.c,v 1.31 2002/07/25 01:16:59 mouring Exp $");
28 28
29/* XXX: short-form remote directory listings (like 'ls -C') */ 29/* XXX: short-form remote directory listings (like 'ls -C') */
30 30
@@ -122,7 +122,6 @@ main(int argc, char **argv)
122 __progname = get_progname(argv[0]); 122 __progname = get_progname(argv[0]);
123 args.list = NULL; 123 args.list = NULL;
124 addargs(&args, "ssh"); /* overwritten with ssh_program */ 124 addargs(&args, "ssh"); /* overwritten with ssh_program */
125 addargs(&args, "-oFallBackToRsh no");
126 addargs(&args, "-oForwardX11 no"); 125 addargs(&args, "-oForwardX11 no");
127 addargs(&args, "-oForwardAgent no"); 126 addargs(&args, "-oForwardAgent no");
128 addargs(&args, "-oClearAllForwardings yes"); 127 addargs(&args, "-oClearAllForwardings yes");