Merge "Stop logging sensitive login information"
This commit is contained in:
commit
cbe2b067af
@ -139,14 +139,10 @@ class SSHPool(pools.Pool):
|
||||
elif self.password:
|
||||
look_for_keys = False
|
||||
try:
|
||||
LOG.debug("ssh.connect: ip: %s, port: %s, username: %s, "
|
||||
"password: %s, key_filename: %s, look_for_keys: %s, "
|
||||
LOG.debug("ssh.connect: ip: %s, port: %s, look_for_keys: %s, "
|
||||
"timeout: %s, banner_timeout: %s",
|
||||
self.ip,
|
||||
self.port,
|
||||
self.login,
|
||||
self.password,
|
||||
self.path_to_private_key,
|
||||
look_for_keys,
|
||||
self.conn_timeout,
|
||||
self.conn_timeout)
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
security:
|
||||
- |
|
||||
The SSH utility module no longer logs usernames and passwords as
|
||||
debug information.
|
Loading…
Reference in New Issue
Block a user