GitHub - lima-vm/sshocker: ssh + reverse sshfs + port forwarder, in Docker-like CLI (predecessor of Lima)
sshocker -p 8080:80 -v .:/mnt/sshfs [email protected] Forward connections to the port 8080 on the client to the port 80 on example.com Mount the current directory on the client as /mnt/sshfs on example.com This is akin to docker run -p 8080:80 -v $(pwd):/mnt IMAGE, but sshocker is for remote hosts, not for containers.
https://github.com/lima-vm/sshocker