Code Monkey home page Code Monkey logo

Comments (3)

jessuppi avatar jessuppi commented on August 22, 2024

Thanks for reporting this @bari86

After reviewing the behavior by trying a complex password string, I found an example result like this in ss-config:

SUDO_PASSWORD="asG$Y#$y3%UW#%U31#@#%#%@SUDO_PASSWORD#%7"

So I thought what's happening is the ss-install wizard's sed commands were not properly delimiting the variables, because we previously weren't using curly brackets. The code is now much better optimized:

Ref: 99361db

However, after I tested again, I saw a similar problem:

Something like 512fa#$W#yW#%yW$%Uw4U%u!!3@$T245&$%&$7%&*^&*685785 ... is changing to like:

512fa#$W#yW#%yW$%Uw4U%u!!3@$T245@SUDO_PASSWORD$%@SUDO_PASSWORD$7%@SUDO_PASSWORD*^@SUDO_PASSWORD*685785

... the & symbol is being replaced with @SUDO_PASSWORD string...

I'm looking into what's causing this demonic behavior, in the meantime all feedback is welcome. Also, for the record, I haven't experienced any "stripping" of special characters like you mentioned originally.

from slickstack.

jessuppi avatar jessuppi commented on August 22, 2024

Update: in case this is related, we no longer bundle Force Strong Hashing as a MU plugin anymore.

from slickstack.

bari86 avatar bari86 commented on August 22, 2024

If this is confirm solved, then the issue can be close.

from slickstack.

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.