mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 00:10:11 +08:00 
			
		
		
		
	docs: improve README clarity and completeness
- Update the README table formatting to include an additional column separator - Add documentation for the SSH protocol version option in the README table Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									1991c553ec
								
							
						
					
					
						commit
						dd0f09ca07
					
				| @ -17,12 +17,13 @@ This thing is built using [Golang](https://go.dev) and [drone-ssh](https://githu | |||||||
| See [action.yml](./action.yml) for more detailed information. | See [action.yml](./action.yml) for more detailed information. | ||||||
| 
 | 
 | ||||||
| | Input Parameter           | Description                                                                              | Default Value | | | Input Parameter           | Description                                                                              | Default Value | | ||||||
| |-------------------------|-----------------------------------------------------------------|---------------| | |---------------------------|------------------------------------------------------------------------------------------|---------------| | ||||||
| | host                      | SSH host address                                                                         |               | | | host                      | SSH host address                                                                         |               | | ||||||
| | port                      | SSH port number                                                                          | 22            | | | port                      | SSH port number                                                                          | 22            | | ||||||
| | passphrase                | SSH key passphrase                                                                       |               | | | passphrase                | SSH key passphrase                                                                       |               | | ||||||
| | username                  | SSH username                                                                             |               | | | username                  | SSH username                                                                             |               | | ||||||
| | password                  | SSH password                                                                             |               | | | password                  | SSH password                                                                             |               | | ||||||
|  | | protocol                  | SSH protocol version (tcp, tcp4, tcp6)                                                   | tcp           | | ||||||
| | sync                      | Enable synchronous execution if multiple hosts                                           | false         | | | sync                      | Enable synchronous execution if multiple hosts                                           | false         | | ||||||
| | use_insecure_cipher       | Include more ciphers with use_insecure_cipher                                            | false         | | | use_insecure_cipher       | Include more ciphers with use_insecure_cipher                                            | false         | | ||||||
| | cipher                    | Allowed cipher algorithms. If unspecified, a sensible default                            |               | | | cipher                    | Allowed cipher algorithms. If unspecified, a sensible default                            |               | | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu