nsuite v2.2.1
nsuite / sshConnect
Function: sshConnect()
sshConnect(payload): Promise<void>
Defined in: UtilsSSH.ts:135
Connects an SSH client to a remote host.
Parameters
payload
ParamsConnect
The client and connection credentials.
Returns
Promise<void>
A promise that resolves after authentication succeeds.