summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index a19021f85..5dced6ce4 100644
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,7 @@
71 */ 71 */
72 72
73#include "includes.h" 73#include "includes.h"
74RCSID("$OpenBSD: scp.c,v 1.127 2005/11/12 18:38:15 deraadt Exp $"); 74RCSID("$OpenBSD: scp.c,v 1.128 2005/12/06 22:38:27 reyk Exp $");
75 75
76#include "xmalloc.h" 76#include "xmalloc.h"
77#include "atomicio.h" 77#include "atomicio.h"
@@ -231,6 +231,7 @@ main(int argc, char **argv)
231 addargs(&args, "ssh"); /* overwritten with ssh_program */ 231 addargs(&args, "ssh"); /* overwritten with ssh_program */
232 addargs(&args, "-x"); 232 addargs(&args, "-x");
233 addargs(&args, "-oForwardAgent no"); 233 addargs(&args, "-oForwardAgent no");
234 addargs(&args, "-oPermitLocalCommand no");
234 addargs(&args, "-oClearAllForwardings yes"); 235 addargs(&args, "-oClearAllForwardings yes");
235 236
236 fflag = tflag = 0; 237 fflag = tflag = 0;