Hey. I've just noted the following, from a temporarily mounted fs e.g. /mnt/... I SSH'ed to some server and during that a mux process was spawned. While the socket was in ~/.ssh/something, the mux process had still its CWD in /mnt/... and thus the fs couldn't be unmounted. I'd guess the same happens in other cases where some ssh session is made and where it rather goes into a background-like operating schema, e.g. when setting up forwardings with -N and &. Now the idea of this report would be, that it may be nice to change the CWD to e.g. / in such cases, though some expert should carefully consider whether this may have any side effects. E.g. for everything in SSH where the CWD has an effect, this should probably NOT be done... scp/sftp is the obvious example, but there's also e.g. LocalCommand which may be affected by this (and perhaps also in the MUX case). Cheers, Chris.
duplicate of 1902?
*** This bug has been marked as a duplicate of bug 1902 ***
closing resolved bugs as of 8.6p1 release