mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Corrected accidental text update and a minor typo.
This commit is contained in:
		@@ -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:
 | 
					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()
 | 
					    permitted_syntax = get_permitted_syntax_for_gex_test()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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.
 | 
					Policy auditing is helpful for ensuring a group of related servers are properly hardened to an exact specification.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PP
 | 
					.PP
 | 
				
			||||||
The set of official built-in policies can be viewed with -L/--list-policies.  Multiple servers can be audited with -T/--targets=<servers.txt>.  Custom policies can be made from an preferred target server with -M/--make-policy=<custom_policy.txt>.
 | 
					The set of official built-in policies can be viewed with -L/--list-policies.  Multiple servers can be audited with -T/--targets=<servers.txt>.  Custom policies can be made from an ideal target server with -M/--make-policy=<custom_policy.txt>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH EXAMPLES
 | 
					.SH EXAMPLES
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user