How to Install and Uninstall vagrant-sshfs Package on Kali Linux

Last updated: May 06,2024

1. Install "vagrant-sshfs" package

Please follow the instructions below to install vagrant-sshfs on Kali Linux

$ sudo apt update $ sudo apt install vagrant-sshfs

2. Uninstall "vagrant-sshfs" package

Learn how to uninstall vagrant-sshfs on Kali Linux:

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

3. Information about the vagrant-sshfs package on Kali Linux

Package: vagrant-sshfs
Version: 1.3.7-1
Installed-Size: 134
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter, openssh-sftp-server, vagrant
Size: 21604
SHA256: 49166bcdf9850b5078ac908fa8e8e640cd4bb2b80969b1b80f4ab4c53caff8fe
SHA1: 063d88e870783cb2afc2e66d149b51d84576525b
MD5sum: c2b9b4467512dd1b301ee973c9d74de2
Description: 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:
Homepage: https://github.com/dustymabe/vagrant-sshfs
Section: ruby
Priority: optional
Filename: pool/main/v/vagrant-sshfs/vagrant-sshfs_1.3.7-1_all.deb