-
Notifications
You must be signed in to change notification settings - Fork 6k
Setting password with command line parameter makes it visible in ps aux #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ps aux
Maybe it's also a good idea not to output password into code-server stdout when it's been explicitly set by startup parameter. Should I create a separate issue for that? |
We can probably keep it in here because it's related. |
UPDATE: I have a PR for this #365 |
The recommended way now to set a password is by using the a3ac456 also makes it so the password is only logged when it was generated. |
code-server
version: 1.32.0-275-linux-x64Description
Setting password with command line parameter makes it visible in
ps aux
Steps to Reproduce
Possible solution
Seems that there's some possible ways to hide it mentioned here
The text was updated successfully, but these errors were encountered: