You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Options are an object with following properties:
86
86
*`privateKey` (optional): Can be a `string` or `Buffer` that contains a private key. If not set, it fallbacks to `~/.ssh/id_rsa`
87
87
*`agentForward` (optional): Is a `boolean` which uses the `ssh-agent` for connection (defaults to `false`.
88
88
*`endHost` (required): The host you want to end up on (connect to)
89
+
*`endPort` (optional): Port number of the server. Needed in case the server runs on a custom port (defaults to `22`)
89
90
*`bastionHost` (optional): You can specify a bastion host if you want
90
91
*`passphrase` (optional): You can specify the passphrase when you have an encrypted private key. If you don't specify the passphrase and you use an encrypted private key, you get prompted in the command line.
0 commit comments