mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 04:55:26 +01:00 
			
		
		
		
	Consistent output for compression.
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andris Raugulis
					Andris Raugulis