Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SSHFS allows you mount remote SLAC Unix storage on your local desktop or laptop.  You can use SSHFS from anywhere (eg, home or remote network).

Authentication is done using your SLAC Unix username and password (or passwordless GSSAPI .  Since SSH authentication is used, passwordless GSSAPI also works.  GSSAPI is used if you have already done a local kinit on your desktop or laptop). , and therefore have a SLAC Unix Kerberos Ticket Granting Ticket, or TGT, as seen with klist, and also have the correct SSH client configuration which attempts to use GSSAPI.

SSHFS uses the SFTP protocol and SSH authentication.  See https://github.com/libfuse/sshfs for more information.

...