Skip to content

Commit

Permalink
README: fix examples to specify to use sshfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jul 28, 2016
1 parent 4fd3fd3 commit ea1a80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ An example snippet from a `Vagrantfile`:
config.vm.synced_folder "/path/on/host", "/path/on/guest",
ssh_opts_append: "-o Compression=yes -o CompressionLevel=5",
sshfs_opts_append: "-o auto_cache -o cache_timeout=115200",
disabled: false
disabled: false, type: "sshfs"
```

### Options Specific to Arbitrary Host Mounting
Expand Down Expand Up @@ -169,7 +169,7 @@ config.vm.synced_folder "/path/on/host", "/path/on/guest",
ssh_host: "somehost.com", ssh_username: "fedora",
ssh_opts_append: "-o Compression=yes -o CompressionLevel=5",
sshfs_opts_append: "-o auto_cache -o cache_timeout=115200",
disabled: false
disabled: false, type: "sshfs"
```

### Options Specific to Reverse Mounting (Guest->Host Mount)
Expand Down

0 comments on commit ea1a80e

Please sign in to comment.