File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ module.exports = {
4848```
4949
5050** SSH Configuration**
51+
5152The 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** )
You can’t perform that action at this time.
0 commit comments