Skip to main content

Mount sshfs remotes on Google Colaboratory

Project description

colab-sshfs

sshfs mounts for Google Colaboratory

Google Colaboratory is a free, fully-hosted fork off of a predecessor of Jupyter available with a Google account.

While mounting Google Drive is straightforward, other storage spaces are not.

This package makes mounting sshfs-accessible remote spaces straightforward.


NOTE: Password-based authentication is not supported.

Installation

Execute the following in a cell:

!pip install colab_sshfs

Usage

from colab_sshfs import colab_sshfs
colab_sshfs.mount(remote = '<user>@<host>:[remote path]')

By default, the local path mounted is /content/sshfs.

The mount function returns a CompletedProcess instance.

Review the docstring for full parameters: help(colab_sshfs.mount).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colab-sshfs-0.0.7.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

colab_sshfs-0.0.7-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page