From c83e46872cc96f0ba5c943dbdfbf88263ae17ebd Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 25 Sep 2024 15:01:16 +0000 Subject: [PATCH] Add reverse sshfs trick --- linux/misc.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 linux/misc.md diff --git a/linux/misc.md b/linux/misc.md new file mode 100644 index 0000000..e1a55df --- /dev/null +++ b/linux/misc.md @@ -0,0 +1,7 @@ +# Misc + +## Reverse sshfs + +https://blog.dhampir.no/content/reverse-sshfs-mounts-fs-push + +You need the SFTP server program on your local machine (on Debian, the `openssh-server` package) and sshfs on the remote machine. -- 2.47.3