mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Gex test usage text (#158)
* Reformatted Usage Text for --gex-test in README.md * Reformatted Usage Text for --gex-test in ssh_audit.py Reformatted to adhere to a max line length of 80 characters.
This commit is contained in:
		@@ -87,7 +87,9 @@ def usage(err: Optional[str] = None) -> None:
 | 
			
		||||
    uout.info('   -b,  --batch            batch output')
 | 
			
		||||
    uout.info('   -c,  --client-audit     starts a server on port 2222 to audit client\n                               software config (use -p to change port;\n                               use -t to change timeout)')
 | 
			
		||||
    uout.info('   -d,  --debug            debug output')
 | 
			
		||||
    uout.info('   -g,  --gex-test=<x[,y,...] | min:pref:max[,min:pref:max,...] | x-y[:step]>  dh gex modulus size test')
 | 
			
		||||
    uout.info('   -g,  --gex-test=<x[,y,...]>  dh gex modulus size test')
 | 
			
		||||
    uout.info('                   <min1:pref1:max1[,min2:pref2:max2,...]>')
 | 
			
		||||
    uout.info('                   <x-y[:step]>')
 | 
			
		||||
    uout.info('   -j,  --json             JSON output (use -jj to enable indents)')
 | 
			
		||||
    uout.info('   -l,  --level=<level>    minimum output level (info|warn|fail)')
 | 
			
		||||
    uout.info('   -L,  --list-policies    list all the official, built-in policies')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user