]> xn--ix-yja.es Git - alex.git/commitdiff
Add reverse sshfs trick
authoralex <alex@pdp7.net>
Wed, 25 Sep 2024 15:01:16 +0000 (15:01 +0000)
committeralexpdp7 <alex@corcoles.net>
Wed, 25 Sep 2024 15:02:12 +0000 (17:02 +0200)
linux/misc.md [new file with mode: 0644]

diff --git a/linux/misc.md b/linux/misc.md
new file mode 100644 (file)
index 0000000..e1a55df
--- /dev/null
@@ -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.