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
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
@@ -94,6 +94,7 @@ Options are an object with following properties:
94
94
*`endPort` (optional): Port number of the server. Needed in case the server runs on a custom port (defaults to `22`)
95
95
*`bastionHost` (optional): You can specify a bastion host if you want
96
96
*`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.
97
+
*`noReadline` (optional): Don't prompt for private key passphrases using readline (eg if this is not run in an interactive session)
0 commit comments