Omit password from logs #280
cdurl
started this conversation in
Feature Requests
Replies: 1 comment
-
Hi @cdurl, Its a valid request. I think you are on the right track there though. You could even remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i'm trying to md5 passwords from the logs or at least omit them. I tried to alter the ssh.py auth_password function by casting the password value as an empty string but did not work. Any ideas?
def auth_password(self, packet):
"""
Password authentication. Payload::
string password
Beta Was this translation helpful? Give feedback.
All reactions