aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shellrc.d-desktop/ssh3
1 files changed, 2 insertions, 1 deletions
diff --git a/shellrc.d-desktop/ssh b/shellrc.d-desktop/ssh
index b8cdd4e..51cb923 100644
--- a/shellrc.d-desktop/ssh
+++ b/shellrc.d-desktop/ssh
@@ -14,5 +14,6 @@ sshcfs() {
tbg dpipe \
/usr/lib64/misc/sftp-server \
= \
- ssh "$@" "$target" sshfs -o idmap=user -o slave ":$local_dir" "$remote_dir"
+ ssh "$@" "$target" sshfs -o idmap=user -o passive -o allow_other \
+ ":$local_dir" "$remote_dir"
}