diff --git a/ssh-audit.py b/ssh-audit.py index 4c7a9eb..87181fe 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -862,7 +862,7 @@ def output(banner, header, kex): cmptxt = 'enabled ({0})'.format(', '.join(compressions)) else: cmptxt = 'disabled' - out.good('(gen) compression is ' + cmptxt) + out.good('(gen) compression: {0}'.format(cmptxt)) if len(obuf) > 0: out.head('# general') obuf.flush()