diff --git a/src/ssh_audit/ssh_audit.py b/src/ssh_audit/ssh_audit.py index 547d6f4..6616267 100755 --- a/src/ssh_audit/ssh_audit.py +++ b/src/ssh_audit/ssh_audit.py @@ -1080,7 +1080,7 @@ def get_permitted_syntax_for_gex_test() -> Dict[str, str]: def invoke_modulus_size_test(out: OutputBuffer, s: 'SSH_Socket', kex: 'SSH2_Kex', aconf: AuditConf) -> int: - '''Extracts the user specified modulus sizes and submits them for testing against the target target. Returns an exitcodes.* flag.''' + '''Extracts the user specified modulus sizes and submits them for testing against the target server. Returns an exitcodes.* flag.''' permitted_syntax = get_permitted_syntax_for_gex_test() diff --git a/ssh-audit.1 b/ssh-audit.1 index bcb0f58..f4136a1 100644 --- a/ssh-audit.1 +++ b/ssh-audit.1 @@ -167,7 +167,7 @@ When the -P/--policy option is used, \fBssh-audit\fP performs a policy audit. T Policy auditing is helpful for ensuring a group of related servers are properly hardened to an exact specification. .PP -The set of official built-in policies can be viewed with -L/--list-policies. Multiple servers can be audited with -T/--targets=. Custom policies can be made from an preferred target server with -M/--make-policy=. +The set of official built-in policies can be viewed with -L/--list-policies. Multiple servers can be audited with -T/--targets=. Custom policies can be made from an ideal target server with -M/--make-policy=. .SH EXAMPLES