researchcloud-items

Installation scripts for SURF ResearchCloud catalog components

View the Project on GitHub UtrechtUniversity/researchcloud-items

Role sshfs_mount

back to index

Summary

Performs a fuse-mount of a filesystem using ssh protocol.

Requires

n/a

Description

Using sshfs, workspace users can mount a remote filesystem over ssh protocol. This role performs the equivalent of an sshfs <username>@<server>:/<sourcepath> <mountpoint> Linux command, using key-based authentication.

Variables

sshfs_connection_info:
  username: "SSHFS_USERNAME_MISSING"
  server: "SSHFS_SERVER_MISSING"
  port: "22"
  sourcepath: "SSHFS_SOURCEPATH_MISSING"
  mountpoint: "SSHFS_MOUNTPOINT_MISSING"

See also

History

2021 Written by Ton Smeele (Utrecht University)

back to index