| 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. |
| FIPS |
 |
Specifies FIPS enabled libeay32.dll to load. |
| 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 which emulation codes are 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. |
| Connecting |
Fires when user tries to connect to the
server. |
|
CryptoInformation |
Fires before user established encrypted connection with the
server. |
| Disconnected |
Fires when user leaves the server. |
| LoginGSSAPI |
Fires when user wants to authenticate to the
server using Kerberos GSSAPI authentication mechanism. |
| LoginPassword |
Fires when user wants to authenticate to the
server using password or keyboard-interactive mechanism. |
| LoginPubkey |
Fires when user wants to authenticate to the server
with public key. |
| PortBindRequest |
Fires when user wants to bind specific port on the
server. |
| PortForwardConnect |
Fires when user port forwarding is to be
established. |
| PortForwardDisconnect |
Fires when user port forwarding is to be closed. |
| PortForwardRequest |
Fires when user wants to connect to other host
through the server. |
| Received |
Fires when there's data received from the
user. |
| ServiceRequest |
Fires when user requests some service from the
server. |
| ServiceStart |
Fires when user starts requested service. |
| SftpDeleteFile |
Fires when SFTP user wants to delete file. |
| SftpDownloadFile |
Fires when SFTP user wants to download file. |
|
SftpFileTransferData |
Fires during SFTP file transfer, allowing you to alter file
contents. |
| SftpListDir |
Fires when SFTP user lists directory. |
| SftpListDirData |
Fires just before list items will be sent to the client. |
| SftpMakeDir |
Fires when SFTP user wants to make directory. |
| SftpRemoveDir |
Fires when SFTP user wants to remove
directory. |
| SftpRename |
Fires when SFTP user wants to rename file or
directory. |
| SftpUploadFile |
Fires when SFTP user wants to upload file. |
| StateChanged |
Fires when user's state changes. |