diff --git a/ssh-audit.py b/ssh-audit.py index 63369c5..b91fd14 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -151,7 +151,7 @@ class AuditConf(object): aconf = cls() try: sopts = 'h1246p:bcnjvl:t:' - lopts = ['help', 'ssh1', 'ssh2', 'ipv4', 'ipv6', 'port', 'json', + lopts = ['help', 'ssh1', 'ssh2', 'ipv4', 'ipv6', 'port=', 'json', 'batch', 'client-audit', 'no-colors', 'verbose', 'level=', 'timeout='] opts, args = getopt.gnu_getopt(args, sopts, lopts) except getopt.GetoptError as err: