diff options
author | 2002-07-25 01:16:59 +0000 | |
---|---|---|
committer | 2002-07-25 01:16:59 +0000 | |
commit | 02f3529016e5f1fd99c7ccf45ac6419af6d1b192 (patch) | |
tree | 4615212258590e5421bba67eaf9a52bdc5cd11a9 | |
parent | sync (diff) | |
download | wireguard-openbsd-02f3529016e5f1fd99c7ccf45ac6419af6d1b192.tar.xz wireguard-openbsd-02f3529016e5f1fd99c7ccf45ac6419af6d1b192.zip |
FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.
-rw-r--r-- | usr.bin/ssh/sftp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index 2c9ca54350c..221098777c6 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/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') */ @@ -115,7 +115,6 @@ main(int argc, char **argv) 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"); |