mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
docs: improve documentation and testing configurations
- Add note about the default value of `port` being `22` in the README Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
43895f2cd5
commit
71d43ea0f7
1 changed files with 2 additions and 0 deletions
|
@ -221,6 +221,8 @@ ssh-keygen -t ed25519 -a 200 -C "your_email@example.com"
|
|||
ls -al
|
||||
```
|
||||
|
||||
The default value of `port` is `22`.
|
||||
|
||||
#### Multiple hosts with different port
|
||||
|
||||
```diff
|
||||
|
|
Loading…
Reference in a new issue