package icon

EasySSHFS

Sshfs with ssh client and interface for Android.
New in version 0.5.17
* Added D-pad navigation support (and devices without touchscreen)
* Migrated to NavigationUI and ToolBar
* Updated minimum SDK version to 21 (Android 5.0 Lollipop)
SSH Filesystem is a filesystem client based on the SSH File Transfer Protocol.
Fuse 3.10.5.
Sshfs 3.7.1.
Ssh client from OpenSSH-portable 8.9p (with OpenSSL 1.1.1n).
For using public key authentication add "IdentityFile=" to sshfs options. Password-protected keys are not supported.
Rooted device required (/dev/fuse in android is not allow for users except root).

Application source code: https://github.com/bobrofon/easysshfs

WARNING:
If you just want to have access to the files on your PC from your Android phone, then sshfs is a
VERY bad solution for that problem. You really need to know some internal details about Android
storage implementation to make something useful with sshfs. And EasySSHFS is not intended to hide
all these details from its users. Please try to use any implementation of Android document provider
for sftp protocol (or any other solution to work with sftp) before trying to use sshfs.

NOTE:
- If you are using SuperSu to manage root access and have no effect after mounting done, try to disable "mount namespace separation" option in SuperSU.
- It is highly recommended to create mount points in /data/media/0 on Android 4.2 and /mnt/runtime/default/emulated/0 on Android 6.0 and above.

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 0.5.17 (101) suggested Added on Mar 03, 2026

    arm64-v8a armeabi-v7a x86 x86_64

    This version requires Android 5.0 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 8.7 MiB PGP Signature | Build Log

  • New in version 0.5.16
    * Remove bundled BusyBox binaries
    * Rebuild ssh/sshfs binaries with 16k page sizes support to fit new Android 15+ requirements
  • Version 0.5.16 (99) - Added on Nov 17, 2025

    arm64-v8a armeabi-v7a x86 x86_64

    This version requires Android 4.1 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 8 MiB PGP Signature | Build Log

  • New in version 0.5.15-1
    * Fix main activity positioning in edge-to-edge mode
  • Version 0.5.15-1 (97) - Added on Aug 07, 2025

    arm64-v8a armeabi-v7a x86 x86_64

    This version requires Android 4.1 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 11 MiB PGP Signature | Build Log