Binds the Ssh object to an underlying SSH session. This can be used instead of Connect(String)/Login(String, String) methods.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub Bind ( _ session As SshSession _ ) | 
| C# | 
|---|
| public void Bind( SshSession session ) | 
Parameters
- session
- Type: Rebex.Net..::..SshSession
 SSH session (already connected and authenticated).
 
     
     
     
     
    