SSH.Login Property
wodSSH.NET Component Documentation

SSH.Login Property

Login (username) information that will be sent to the server.

[Visual Basic]
Public Property Login As String
[C#]
public string Login {get; set;}

Property Value

Represents your login on the server.

Remarks

This property is required for SSH protocol(s), no matter which Authentication is used, so you should enter some value here before calling Connect method.

If wrong login/password or login/privatekey combination is used with remote server, an exception will be thrown soon after issuing Connect method.

Property must be set always!

Telnet protocol does not require Login or Password to be set prior to connect.

Exceptions

Exception TypeCondition
ExceptionServer reports invalid login/password combination.

See Also

SSH Class | WeOnlyDo.Client Namespace