How to Install and Uninstall vagrant-sshfs Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "vagrant-sshfs" package

Please follow the guidance below to install vagrant-sshfs on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install vagrant-sshfs

2. Uninstall "vagrant-sshfs" package

This tutorial shows how to uninstall vagrant-sshfs on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove vagrant-sshfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the vagrant-sshfs package on Ubuntu 21.10 (Impish Indri)

Package: vagrant-sshfs
Architecture: all
Version: 1.3.5-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 120
Depends: ruby | ruby-interpreter, openssh-sftp-server, vagrant
Filename: pool/universe/v/vagrant-sshfs/vagrant-sshfs_1.3.5-1_all.deb
Size: 20836
MD5sum: 0d63f900ad5c4c9d0cf9a3ab7180286c
SHA1: 4060ba4f3f54e4d622e773e112e7d89119636f66
SHA256: c7de2aff59f9da78d33594aa7fa792518f961ac288462fd253ab36e5ba04e585
SHA512: c2f9426a967b3bd3bb2538183d8ce953f9c22470e263d8f8603dbdfc0c85696af2cc7ec8d4bb0687c968804cb19643ca19a8a1ffc0057b3f2450b8d67f29a804
Homepage: https://github.com/dustymabe/vagrant-sshfs
Description-en: 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
Description-md5: ea2276dc2ca3e85b06bf1ef92a8943d8
Ruby-Versions: all