Creating a new SSH session
Top  Previous  Next

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);