Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 811 Bytes

sshfs_mount.md

File metadata and controls

35 lines (26 loc) · 811 Bytes

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