SSHFS: Difference between revisions

Onny (talk | contribs)
Fix template usage
Raboof (talk | contribs)
'known hosts'
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[https://github.com/libfuse/sshfs SSHFS] is a file system that allows users to mount and access remote files over SSH (Secure Shell) connections, providing secure and encrypted access to remote data.
[https://github.com/libfuse/sshfs SSHFS] is a [[Filesystems|file system]] that allows users to mount and access remote files over [[SSH]] (Secure Shell) connections, providing secure and encrypted access to remote data.
 
For more information on using SSHFS on NixOS, refer to {{NixOS Manual|name=NixOS Manual: Chapter - SSHFS File Systems|anchor=#sec-sshfs-file-systems}}.
 
You may want to connect to the machine 'interactively' once before configuring the connection declaratively, to add the remote key to your 'known hosts'.


== Configuration ==
== Configuration ==