-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chisel client - Avoiding plain-text password when http_proxy #340
Comments
Good point, at this stage, no way to hide it from the process args ( Easiest change to fix this is to use an environment variable fallback for the |
Edited.
What do you think ? |
I am new to Go, so my coding skills are weak, but I had this same problem, and solved it with these edits. This may or may not fit your use case.
It allows one to specify |
@jpillora I opened a PR with a fix for this issue a while ago: #361 |
Hello,
This is not a real issue or bug, but a question, even if I think it violates some basic security rules.
We are using chisel v1.7.6.
I'm wondering if there is a way to avoid passing a plain-text password in the chisel client command line. After starting the chisel client, anyone that list the running processes will see the command arguments and so the clear password.
I didn't find a way to hide this command or the password from users, so any help with this concern will be very helpful.
Thanks.
The text was updated successfully, but these errors were encountered: