Displaying 1 result from an estimated 1 matches for "ttmpfs".
Did you mean:
tmpfs
2015 Feb 18
0
[Bug 1902] persistent mux master should chdir away from the current directory
...of
control_persist_detach solves this bug for me. it is a little hard for
me to test continuously, though -- the change works when i building
from source, not when building the debian package, but those issues
don't belong here.
for reference, my test setup is
$ killall ssh
$ mkdir a
# mount -ttmpfs tmp a
$ cd a
$ ssh -F /dev/null -oControlPersist=yes -oControlMaster=auto
-oControlPath=/tmp/x.sock somehost
somehost$ exit
$ cd ..
# umount a
which works (ie. umount returns 0) iff i run the using_daemon(0,1)
version.
i did no tests with respect to relative paths -- what would a setup
look like...