Creating a new SSH session |
|
|
To begin a new SSH session create a new SshSession instance using one of the provided constructors.
Example
// create new session SshSession session = new SshSession(hostname, username, password); |