Does password hashing have to be run on the same server that code-server is running on #4684
Unanswered
simonjcarr
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hmm...I tested locally and also got an error. But if you set `hashed-password: "argon2..." it works. Can you try that? I'll open a bug report though. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run code-server in docker. I want to hash my password using the Python argon2 module and use the generated password for vm's running on Linux.
When I fire up the containers, I am told that a password has been supplied using $HASSHED_PASSWORD, but I always get the error incorrect password.
This is how I am creating the password
Then I use it in my
docker run
command like soBeta Was this translation helpful? Give feedback.
All reactions