vagrant-sshfs 1.3.0-2 source package in Ubuntu

Changelog

vagrant-sshfs (1.3.0-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: use rubygems installation layout (Closes: #854517)
  * Add missing dependency on vagrant
  * Add simple autopkgtest smoke test

 -- Antonio Terceiro <email address hidden>  Tue, 14 Feb 2017 09:59:55 -0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vagrant-sshfs_1.3.0-2.dsc 2.1 KiB a6a80b52390251ef254b970f250e0f550aff1392fc5341d89f3e57ede3e4913a
vagrant-sshfs_1.3.0.orig.tar.gz 27.1 KiB 891cb47f9558d241c0ceb7cb7cff06c10a4dce665cea934e877de2652eb19e8a
vagrant-sshfs_1.3.0-2.debian.tar.xz 6.9 KiB 091b7f2471702f2ea2b0d6640d5e71333afcf1510f13fc9a8b6209afdfa9dda3

Available diffs

No changes file available.

Binary packages built by this source

vagrant-sshfs: vagrant plugin that adds synced folder support with sshfs

 This is a vagrant plugin that adds synced folder support for mounting
 folders from the Vagrant host into the Vagrant guest via FUSE
 SSHFS. In the default mode it does this by executing the SSHFS client
 software within the guest, which creates an SSH connection from the
 Vagrant guest back to the Vagrant host.
 .
 The benefits of this approach:
  - Works on any host platform and hypervisor type - Windows, Linux, Mac
    OS X - Virtualbox, Libvirt, Hyper-V, VMWare
  - Seamlessly works on remote Vagrant solutions - Works with vagrant
    aws/openstack/etc.. plugins
 .
 The drawbacks with this approach:
  - Performance is worse than an implementation like NFS
  - There must be `sftp-server` software on the Vagrant host