From: alex Date: Wed, 25 Sep 2024 15:01:16 +0000 (+0000) Subject: Add reverse sshfs trick X-Git-Tag: 20241020-emacs~56 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=c83e46872cc96f0ba5c943dbdfbf88263ae17ebd;p=alex.git Add reverse sshfs trick --- 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.