[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sshfs failure



Hi Gene,
Cc debian-arm,

Gene Heskett wrote:
> gene@coyote:/etc$ sshfs -o pi@picnc:/ /sshnet/picnc 
> missing host

This does not appear right to me. Let's check your your ssh-options:

The command line in this e-mail could be a typo. If not, you have been executing sshfs with an extra "-o "-option. [1]

    sshfs "-o pi@picnic:/" "/sshnet/" ""
    source host: /sshnet
    target host: <empty>
    additional options: pi@picnic:/

Besides the typo I want to exclude ssh-control-master errors and ssh-config error.
Try

    ssh -Ostop pi@picnic
    ssh -F /dev/null pi@picnc 'true' && echo "name resolution successfull and independ of ssh_config"
    sshfs -F /dev/null pi@picnc:/ /sshnet/

If it still does not work, we may check FUSE vs non-FUSE filesystems.

Marcus


[1] https://linux.die.net/man/1/sshfs


Reply to: