This client component for MS.NET framework facilitates communication with secure remote console services via SSH1, SSH2, and Telnet servers. It is encrypted for added security.

The SSH transport layer is a highly secure low-level transport protocol that provides strong encryption, cryptographic host authentication, and integrity protection. With wodSSH.NET, you can easily connect to SSH servers, which are standard today in remote console communication. The software can automatically determine if a remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It can also provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server.
Using wodSSH.NET is very simple. All you need to do is put it on your form (or initialize a new instance on the fly), set the protocol type, and issue the Connect method. Wait for things to happen, and you'll be good to go. wodSSH.NET can also be used as a scripting client. You can easily set it up to connect to a server, execute one or more commands, wait for a response, and then disconnect – all of it fully automated. It's suitable for many environments, such as ASPx.
When you're unsure about when to send an actual command, you can rely on wodSSH.NET to help you. It comes with a unique Prompt property that can fire an event for you whenever the remote server has sent a command prompt to enter a new command. All you have to do is send a new command once this event is fired, and you're good to go.
Overall, wodSSH.NET is an excellent piece of software that's perfect for anyone who wants to communicate securely with remote console-type services. Check it out today!
Version 2.6.5:
2.5.3 January 15, 2011
* Fix in Telnet protocol where component could freeze if large amount of data is arriving and data is being sent at the same time
Version 2.6.3:
2.5.3 January 15, 2011
* Fix in Telnet protocol where component could freeze if large amount of data is arriving and data is being sent at the same time
Version 2.5.3:
2.5.3 January 15, 2011
* Fix in Telnet protocol where component could freeze if large amount of data is arriving and data is being sent at the same time
Version 2.5.0:
2.5.0 April 23, 2010
* No changes in the DLL code
* Obfuscator changed to support VS2010
Version 2.4.7:
2.4.7 January 13, 2010
* Fix in PeekData method which removed data from the buffer
Version 2.2.8:
2.2.8 November 9, 2007
* Fixed problem with Mocana SSH servers during initial SSH exchange
* RLogin support added on request
Version 2.2.6.0:
2.2.2 June 6, 2006
* Behavior change: AllocatePty should be now set after Command property
(if both are used)
Version 2.2.4.0:
2.2.2 June 6, 2006
* Behavior change: AllocatePty should be now set after Command property
(if both are used)
Version 2.2.2.0: N/A
Version 2.1.9.0: N/A