-
Notifications
You must be signed in to change notification settings - Fork 199
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
Mitogen leaks local host information to remote host #581
Comments
Yes. It is a very simple option to add, it's just nobody had previously asked for it. The default is there to help admins figure out what's causing a problem. Thanks for reporting this |
* origin/issue581: issue #581: expose mitogen_mask_remote_name variable.
There is a new This is now on the master branch and will make it into the next release. To be updated when a new release is made, subscribe to https://networkgenomics.com/mail/mitogen-announce/ Thanks for reporting this! |
* origin/v027: docs: update Changelog for release. Bump version for release. issue #587: update Changelog issue #587: ansible: descriptive version check during startup. ansible: descriptive version check during startup. issue #581: expose mitogen_mask_remote_name variable. issue #576: fix Kwargs minor version check. issue #574: fix ISSUE_TEMPLATE link issue #575: fix exception text rendering docs: remove infringing mark docs: fix config var scope docs: faster stats-preserving redirect docs: update ansible page issue #570: add firewalld to always-fork list for now. docs: removed excess word docs: fixed message routing example description docs: removed repeated word docs: update Changelog; closes #557. issue #557: support correct cpu_set_t size
While running ansible using mitogen as the strategy_plugin, if you look at the process listing on the remote host (
ps auxw
) you can see the connecting host username and connecting host name in the process list.Assuming your local username is LUSER and local host name is LHOST, you would see the following in the remote host process listing:
Can this information be obfuscated in some way?
The text was updated successfully, but these errors were encountered: