wodSSHServer - Version 2.2.3 wodSSHServer is an SSH Server ActiveX component (butalso Telnet Server ActiveX as well) that will give youability to easily add SSH2 (and SFTP) servercapabilities to your application, as well as old TELNETserver protocol. SSH protocol provides strongencryption of data, and authentication of users overinsecure networks, such as Internet. Using it is reallyeasy. Add it to your form (or create instance on thefly), use internal methods to generate pair of keys forthe server (or import existing ones from other SSHservers) and start the server. From that moment,clients will be able to connect to your server, and dothe following:enter chat that you created for them, start command prompt and execute commands inside (justas they would do it from the console window), start some program of their choice use internally provided SFTP (secure ftp) server, oropen port forwarding for other programs All of this, of course, can be adjusted by your needs.By default, server will not allow anyone to loginunless you specify so (using LoginPassword event thatis fired when someone wants to login to your server).Once connected, you will get the information aboutservice type user requests. At this point, you canaccept, reject or even change the service he requested.Or, you can just leave him alone and not interfere withhis actions at all.Using wodSSHServer is ideal if you need server side ofencrypted communication, and don't want to hassle withcertificates (used in SSL communication). Almosteveryone today has some sort of SSH client which can beused to connect to your server.Included samples will show you, step by step, how to manually respond to client's actions. You can make aninterface that will talk to the clients (like an BBSsystem), they will enter commands and different type ofvalues in your program where you can evaluate them.This is ideal for making restricted access area whereusers will be allowed only to, login and change passwords