wodSSHServer is a powerful ActiveX component that allows developers to add SSH2 server and SFTP capabilities to their applications, as well as supporting the old TELNET server protocol. This software simplifies the integration and management of SSH and TELNET functionalities with security and ease.

The LoginPassword event is fired when someone wants to log in, and once connected, you will get information about the service type the user requests. You can accept, reject, or even change the service the user has requested, or you can leave them alone and not interfere with their actions at all. Using wodSSHServer is ideal if server-side encrypted communication is needed, and there is no need for certificates (used in SSL communication).
Almost everyone today has a sort of SSH client that can be used to connect to your server. The included samples will guide you step-by-step on how to manually respond to client's actions. You can create an interface that will talk to the clients, like a BBS system, where they will enter commands and different types of values in your program, where you can evaluate them. This is perfect for creating a restricted access area where users will only be allowed to log in and change passwords. Overall, wodSSHServer is an excellent choice for implementing secure communication between clients and servers.
Version 2.5.4:
2.5.4 January 15, 2018
Updated OpenSSL to 1.0.2n
Version 2.5.3:
2.2.6 September 8, 2010
* Fix in wodCmdTerm terminal process which caused wodSSHServer to stop when several instances of wodCmdTerm were running
Version 2.5.0:
2.2.6 September 8, 2010
* Fix in wodCmdTerm terminal process which caused wodSSHServer to stop when several instances of wodCmdTerm were running
Version 2.2.6:
2.2.6 September 8, 2010
* Fix in wodCmdTerm terminal process which caused wodSSHServer to stop when several instances of wodCmdTerm were running
Version 2.2.4:
2.2.4 June 16, 2010
* Port forwarding now accepts also IPv6 addresses
2.2.3 April 15, 2010
* Fix key regeneration problem with some Windows CE devices
Version 2.2.3:
2.2.3 April 15, 2010
* Fix key regeneration problem with some Windows CE devices
Version 2.2.2:
2.2.2 February 8, 2010
* x509v3-sign-rsa public key authentication support
Version 2.2.1:
2.2.1 January 21, 2010
* Distribution now contains x86 and x64 binaries
* Kerberos GSSAPI authentication mechanism supported
* LoginGSSAPI event added
2.2.0 November 14, 2009
* FIPS 140-2 enabled library can now be specified as external DLL,
through FIPS property.
Version 2.0.9:
2.0.9 January 12, 2009
* Fixes possible buffer overflow problem (http://www.securitytracker.com/alerts/2008/Oct/1021096.html)
Version 2.0.3:
2.0.3 November 19, 2007
* Screen is cleared in VT100 terminal now upon session startup
* EOF is not properly responded to in port forwarding when OpenSSH client is used