Giter Club home page Giter Club logo

Comments (5)

photm5 avatar photm5 commented on September 27, 2024

The pull request I created over at network-anonymous-tor enables us to use NULL instead of COOKIE authentication, which doesn’t require root rights. The problem is, I didn’t investigate yet whether that’s considered good practise, the COOKIE authentication will probably exist for a good reason.

from haskell-ricochet.

sternenseemann avatar sternenseemann commented on September 27, 2024

You'd need to change your tor directory to ~/.tor or similar or run tor as tor user.

from haskell-ricochet.

photm5 avatar photm5 commented on September 27, 2024

Even if Tor is run as user tor, if he doesn’t run the demos as user tor, the demos won’t be able to access the cookie file. Changing the Tor directory to ~/.tor doesn’t change the access rights, so that won’t help either. Switching the user to run the demos as user tor will require root permissions too.

The only three options I see:

  • Add the user’s user to the tor group (Requires root permissions once)
  • Run the tor daemon as the user’s user (The C++ implementation does this)
  • Using NULL authentication

from haskell-ricochet.

sternenseemann avatar sternenseemann commented on September 27, 2024

You can run tor as user that was what I meant.

from haskell-ricochet.

sternenseemann avatar sternenseemann commented on September 27, 2024

There are a lot more viable methods to authenticate, like ,he HashedPassword one - also just run tor as a user.

from haskell-ricochet.

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.