From b27ee82a9d967951639b2554f3dc8558d8f60a7e Mon Sep 17 00:00:00 2001 From: brent s Date: Sat, 3 Nov 2018 02:49:24 -0400 Subject: [PATCH] oops --- net/ssh/audit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ssh/audit.py b/net/ssh/audit.py index ba9c6ea..fd6fdf0 100755 --- a/net/ssh/audit.py +++ b/net/ssh/audit.py @@ -38,7 +38,6 @@ class SSHAuthInfo(object): self._ssh.auth_none('') except paramiko.ssh_exception.BadAuthenticationType as err: secopts = self._ssh.get_security_options() - print(secopts.key_types) if self.info['methods']: # https://stackoverflow.com/a/1257769 self.info['methods'] = err.allowed_types