Difference between revisions of "Sshfs"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
<code>sshfs</code> [[filesystem]] client based on ssh
 +
https://linux.die.net/man/1/sshfs
  
 +
* MacOs installation: <code>brew install sshfs</code>
 +
 +
 +
sshfs user@host:/remote_directory /local_directory
 +
 +
mount_osxfuse: failed to mount /Volumes/remotessh@/dev/osxfuse0: Operation not permitted
 +
 +
== Related commands ==
 +
* <code>[[fusermount]]</code>
  
  
Line 6: Line 17:
 
* {{ssh}}
 
* {{ssh}}
 
* {{sftp}}
 
* {{sftp}}
 +
 +
 +
[[Category:Computing]]

Latest revision as of 20:06, 21 September 2020

This article is a Draft. Help us to complete it.

sshfs filesystem client based on ssh https://linux.die.net/man/1/sshfs

  • MacOs installation: brew install sshfs


sshfs user@host:/remote_directory /local_directory
mount_osxfuse: failed to mount /Volumes/remotessh@/dev/osxfuse0: Operation not permitted

Related commands[edit]


See also[edit]

Advertising: