Giter Club home page Giter Club logo

Comments (3)

Lillecarl avatar Lillecarl commented on June 11, 2024 3

For anyone googling BitWise SSH problems and ending up here.
https://www.bitvise.com/getting-started-config-sftp-scp
When you set up BitWise Virtual Users it'll create a Windows user called BvSsh_VirtualUsers and use it as security context for writing files, which means you must grant write access for that user on the directories you you set as Root Directory.

-bvshell: Root path on the server doesn't exist. Please check SSH Server configuration.
^ SEO 2.0

from sshfs.

Nikratio avatar Nikratio commented on June 11, 2024

What specific operation is causing the error? For example, does the following work?

# python 
fh = open('mountpoint/test_file', 'rb+')
fh.write(b'bla')
fh.close()
^D

from sshfs.

pinpox avatar pinpox commented on June 11, 2024

Nevermind, I found the problem. BItvise SSH server logs the users in using "Virtual Accounts" not the default windows accounts. That's why my user could write the files on the system itself but not through ssh.

from sshfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.