Skip to content

sshfs: command not found #110

@oxr463

Description

@oxr463

Here is are the Vagrantfile contents:

Vagrant.configure("2") do |config|
  config.vm.box = "generic/gentoo"
  config.vm.synced_folder ".", "/tmp", type: "sshfs", reverse: false
end

Here is the actual output:

vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'generic/gentoo'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'generic/gentoo' version '3.0.0' is up to date...
==> default: Setting the name of the VM: quickstart_default_1589045623687_57353
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default: 
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Mounting SSHFS shared folder...
==> default: Mounting folder via SSHFS: /home/user/tmp => /tmp
==> default: Checking Mount..
==> default: Checking Mount..
==> default: Checking Mount..
==> default: Checking Mount..
==> default: Checking Mount..
==> default: Checking Mount..
==> default: Checking Mount..
Mounting SSHFS shared folder via slave SSHFS mount failed. Please
look at the below STDERR output from the processes that were run.

SSH command:

Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts.
sudo: sshfs: command not found


SFTP command:

See also: #62

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions