Skip to content

Commit

Permalink
Merge pull request #15 from kadel/patch-1
Browse files Browse the repository at this point in the history
Add /usr/lib/ssh to paths for finding sftp-server
  • Loading branch information
dustymabe committed Apr 4, 2016
2 parents adfeefe + a90e309 commit 1df77f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-sshfs/synced_folder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def find_executable(name)
else
ENV['PATH'] += ':/usr/libexec/openssh' # Linux (Red Hat Family)
ENV['PATH'] += ':/usr/lib/openssh' # Linux (Debian Family)
ENV['PATH'] += ':/usr/lib/ssh' # Linux (Arch Linux Family)
ENV['PATH'] += ':/usr/libexec/' # Mac OS X
end

Expand Down

0 comments on commit 1df77f1

Please sign in to comment.