Skip to content

Commit a6fd77d

Browse files
committed
2 parents c730af7 + 9b07664 commit a6fd77d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ module.exports = {
4848
```
4949

5050
**SSH Configuration**
51+
5152
The following parameters are available to setup correctly ssh:
52-
-------------
53+
5354
* **host** - Hostname or IP address of the server (**required**)
54-
* **port** - Port of the server (**optional**)
5555
* **username** - Username for authentication (**required**)
56+
* **port** - Port of the server (**optional**)
5657
* **privateKeyFile** - String that contains a private key for either key-based or hostbased user authentication (**optional**)
5758
* **passphrase** - Passphrase used to decrypt private key, if needed (**optional**)
5859
* **agent** - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication (**optional**)

0 commit comments

Comments
 (0)