Add an Identity to create a session with
Creates a jsch session with given username/password. Same as calling session(session => {}, afterConnect)
A callback function that is called after the connection is established so that you can perform any operations.
Creates a jsch session with given username/password.
A callback function that is called before the connection is established so that you can set any additional configurations.
A callback function that is called after the connection is established so that you can perform any operations.
Generated using TypeDoc
Used to intitiate SSH and SFTP connections.
Example
Example