mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 11:44:47 -04:00 
			
		
		
		
	docs(readme): enhance network protocol support and testing
- Add `proxy_protocol` option to the README with possible values `tcp`, `tcp4`, `tcp6` and default `tcp` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
		| @@ -35,6 +35,7 @@ See [action.yml](./action.yml) for more detailed information. | ||||
| | fingerprint               | SHA256 fingerprint of the host public key                                                |               | | ||||
| | proxy_host                | SSH proxy host                                                                           |               | | ||||
| | proxy_port                | SSH proxy port                                                                           | 22            | | ||||
| | proxy_protocol            | SSH proxy protocol version (tcp, tcp4, tcp6)                                             | tcp           | | ||||
| | proxy_username            | SSH proxy username                                                                       |               | | ||||
| | proxy_password            | SSH proxy password                                                                       |               | | ||||
| | proxy_passphrase          | SSH proxy key passphrase                                                                 |               | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user