Strumenti Utente

Strumenti Sito


calcoloscientifico:userguide:sshfs

Questa è una vecchia versione del documento!


SSSHF

SSHFS (SSH Filesystem) is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.

SSHFS for Linux and MacOS

Mount:

sshfs <username>@ui01.hpc.unipr.it:/hpc/home/<username> </local/mount/point>

Umount:

fusermount -u </local/mount/point>

SSHFS for Windows

Installation
calcoloscientifico/userguide/sshfs.1634634453.txt.gz · Ultima modifica: 19/10/2021 11:07 da fabio.spataro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki