SshOptions Constructor(String,String)
Initializes a new instance of the
SshOptions class and initializes some of its properties.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String _
)
Parameters
- user
- User id on SSH server.
- password
- User password on SSH server.