Description
-
Holds name of the server to be shown to clients.
Property type
-
A String value.
Syntax
-
object.ServerName [= value]
The ServerName Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSSHD. |
| value |
A String value. |
Remarks
-
This is just the name of your wodSSHServer, as it will be initial
greeting packet when someone connects to your server. Typically, it
contains SSH2.0-WeOnlyDo-1.2.3 (where 1.2.3 is version of the
component). You can change 'WeOnlyDo-1.2.3' using this property. It
is suggested you put version information here too.
You cannot change this value in DEMO version
of wodSSHServer.
|