wodSSH.NET - Version 2.5.0 Client component for MS.NET framework that providessupport for communication with remote console-typeservices. It allows you to communicate encrypted (andsecured, of course) with SSH1 and SSH2 (secure-shell)servers, as well to Telnet servers (using Telnetprotocol that is NOT encrypted). For ones that don'tknow - the SSH transport layer is a secure low leveltransport protocol. It provides strong encryption,cryptographic host authentication, and integrityprotection.Using wodSSH.NET is easily - just put it on your form(or initialize new instance on the fly), set Protocoltype and issue Connect method - and just wait forthings to happen.You connect to SSH servers, which are standard today inremote console communication. wodSSH.NET is able toautomatically determine if remote server is based onSSH1 or SSH2 protocol version, and communicateaccordingly. It will provide you with information aboutremote server Fingerprint, so you can always getauthenticated information about remote server.wodSSH.NET can be used as scripting client. Easily, youcan set it up to connect to server, execute one or morecommands, wait for response, and just disconnect. Andall of it fully automated. It's suitable for manyenvironments, such as ASPx.When you're unsure when to send actual command,wodSSH.NET may help also. Using it's unique Promptproperty, it can fire event for you whenever remoteserver sent command prompt to enter new command. Allyou have to do is send new command once this event isfired.Wait no more - communicate securely. Check out wodSSH.NET.