Authentication | Determines allowed authentication types.
|
BannerText | Holds banner message text that is send to client upon login. |
BindIP | Holds IP address used for listening. |
Encryption | Determines encryption algorithm to be used. |
EncryptionList | Determines list of encryption algorithms supported and offered by wodSSHServer. |
FIPS | Specifies FIPS enabled libeay32.dll to load. |
HMacList | Determines list of HMAC algorithms supported and offered by wodSSHServer. |
KeepAlives | Defines number of seconds of inactivity before KeepAlive ignore packets are sent. |
KeyExchangeList | Determines list of key exchange algorithms supported and offered by wodSSHServer. |
Keys | Holds information about private and public keys. |
MaxLoginAttempts | Maximum login attempts allowed on server. |
MonitorTransfers | Determines if SftpFileTransferData event is fired during file upload/download. |
MyHostname | Holds hostname of local computer. |
MyIP | Holds IP address of local computer.
|
Notification | Fast notification interface to use instead of events.
|
Port | Port on local computer where SSHD listens for incoming connections. |
Protocol | Determines which protocol is used. |
ServerName | Holds name of the server to be shown to clients. |
Shell | Holds full path to command prompt shell. |
Status | Determines is server is active.
|
TerminalEmulation | Determines emulation codes to be sent to the client. |
Timeout | Determines number of seconds before user is disconnected for inactivity. |
UseIPv6 | Determines if wodSSHServer uses IPv6 protocol. |
Users | Holds reference to collection of currently connected users.
|
Version | Returns version information.
|