mount.sshfs

via SSH

Debian Debian
RUN apt-get update && \ apt-get install -y sshfs
Ubuntu
RUN apt-get update && \ apt-get install -y sshfs
Alpine
RUN apk add sshfs
Arch Arch Linux
RUN pacman -S --noconfirm sshfs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y sshfs
Fedora
RUN dnf install -y fuse-sshfs
Raspbian
RUN apt-get update && \ apt-get install -y sshfs
click the source code to copy install mount.sshfs on any operating system with command-not-found.com