Don't set ClearAllForwarding by default

View: New views
1 Messages — Rating Filter:   Alert me  

Don't set ClearAllForwarding by default

by Paul Jakma-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

(Resend, as it doesn't seme to have made it through - judging by
Gmane archives)

sshfs.c indiscriminately enables ClearAllForwarding. This:

a) Is incredibly annoying for anyone who makes use of SSH forwarding

b) Of pretty much no security value, that I can see.

I hope you'd consider applying the below patch!

--- sshfs-fuse-2.2/sshfs.c~ 2008-10-20 13:10:09.000000000 +0100
+++ sshfs-fuse-2.2/sshfs.c 2009-10-28 17:09:52.971041415 +0000
@@ -3185,7 +3185,6 @@
    ssh_add_arg("ssh");
    ssh_add_arg("-x");
    ssh_add_arg("-a");
- ssh_add_arg("-oClearAllForwardings=yes");

    if (fuse_opt_parse(&args, &sshfs, sshfs_opts, sshfs_opt_proc) == -1 ||
       parse_workarounds() == -1)

regards,
--
Paul Jakma paul@... Key ID: 64A2FF6A
Fortune:
It seems to make an auto driver mad if he misses you.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
fuse-devel mailing list
fuse-devel@...
https://lists.sourceforge.net/lists/listinfo/fuse-devel