Parsl / parsl

Parsl - a Python parallel scripting library
http://parsl-project.org
Apache License 2.0
483 stars 194 forks source link

SSH channel logs user password in RepresentationMixin output #1571

Open benclifford opened 4 years ago

benclifford commented 4 years ago

Describe the bug parsl.log contains user password when the ssh channel is used with a password. This is a security risk.

To Reproduce Use the SSH channel with a password parameter. Look in parsl.log. See the password there.

Expected behavior Passwords and other secure information should not be logged.

Environment parsl 0.9.0a

benclifford commented 1 month ago

pleases see issue #3515 about removing channels from Parsl