Installation scripts for SURF ResearchCloud catalog components
View the Project on GitHub UtrechtUniversity/researchcloud-items
Performs a fuse-mount of a filesystem using ssh protocol.
n/a
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.
sshfs_connection_info:
username: "SSHFS_USERNAME_MISSING"
server: "SSHFS_SERVER_MISSING"
port: "22"
sourcepath: "SSHFS_SOURCEPATH_MISSING"
mountpoint: "SSHFS_MOUNTPOINT_MISSING"
2021 Written by Ton Smeele (Utrecht University)