There are still few outstanding issues I wanted to include in this release but since its been a while and there are few new features already I decided to create a new release now.
New Features
Fixes
Breaking changes
New Features
- Add SOCKS4, SOCKS5 and HTTP Proxy support when connecting to remote server. For silverlight only IP address can be used for server address when using proxy.
- Add dynamic port forwarding support using ForwardedPortDynamic class.
- Add new ShellStream class to work with SSH Shell.
- Add supports for multiple authentication methods
Fixes
- Fix WindowAdjusment for SCP and SFTP
- Fix Key regeneration
- Fix SocketReadLine which can cause connection problems to some server.
- Fix support for private keys, such Amazon Web Services.
Breaking changes
- Port forwarding is now created thru constructor and not using helper method. For example : var port1 = new ForwardedPortLocal("localhost", 8084, "www.renci.org", 80);