sshfs

Filesystem client based on SSH. More information: <https://github.com/libfuse/sshfs>.

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 sshfs
Raspbian
RUN apt-get update && \ apt-get install -y sshfs
click the source code to copy install sshfs on any operating system with command-not-found.com