Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSSHD
- Methods
- Properties
- Events
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- IwodSSHDNotify
- Methods
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- Methods
- SSHKeyPair
- SSHUser
- SSHUsers
- How to get support
- Technical information
- Fast notifications
- Error list
Start method
Starts accepting incoming connections.
Type
NoneSyntax
- Basic
object.Start [Port]
The Start(object) syntax has these parts:
The Start(object) syntax has these parts:
object | An expression evaluating to an object of type wodSSHD. |
Remarks
Method Start will make your SSH server 'alive' and force it to
- bind to your local port (default 22) on selected interface
- listen for incoming connections
- set Status property to True
- accept incoming connections
- create SSHUser object for each new connection, and fill in respective RemoteIP and TimeConnected properties
Before starting the server, you should setup several properties that will determine behavior of your server, such as Timeout, BannerText, Port.... Just by leaving default values will make your server work as expected, but in 'real life' you should choose your own values for these properties. To shutdown server, call Stop method.