wodSSHTunnel 1.7.2
It can work in both sides - it can accept local connections and forward them to the server, or can initiate connections towards local services when notification is received from SSH server for `remote port forwarding` request - based on your previous request.
Basically, to understand what happens: instead of using direct connections to the server, through insecure internet,you would connect to your SSH server using encrypted connection, and SSH server would connect to services you require. Usually, most of those services will reside on same server as SSH server, or will be in protected network.
Also, not only it will secure connections - but it will also allow you to create VPN to your services.
How does it work?
You setup any number of Channels - these are objects that will keep information about specific port forwarding request. For example, you can create Channel that will listen on local port 80, and forward all requests to SSH server on his port 80. After you Start that channel, you can try to connect using your web browser to http://localhost and you should see web contents as held on SSH server. Cute, isn`t it?
After Channel is created and started, it will accept Users. Each channel stores collection of users connected to it.Once new User tries to connect to the channel, you will receive event where you can allow or deny user to use secure channel - once again, it`s your decision. If you allow user to connect and use channel, everything is done by wodSSHTunnel, and you don`t need to do anything else
* Support for aes128-ctr, aes192-ctr, aes256-ctr encryption algorithms in SSH2 protocol
* Distribution now contains x86 and x64 binaries
1.7.0 October 27, 2009
* FIPS 140-2 enabled library can now be specified as external DLL,
through FIPS property. This way your application can switch
to "on demand FIPS" just by specifying different library.
...Server and wodSSHTunnel. SSHpackage...complete solution for secure (encrypted) communication in...You can: -make server side application with...Server -accept telnet and...secure ftp) for file...transferring -provide secure port forwarding between the...client and 3rd applications...
...SSH Tunnel Client allows to connect...With the SSH Tunnel Client it is...Service over a secure SSH-Tunnel. Supports local...and remote forwarding with SSH1 and...
...Internet Secure Tunneling can forward...secure TCP traffic through...encrypted SSH Secure Shell tunnel. You...can secure for example DATABASE,...capability of SSH Secure Shell is a...implemented on the client and gateway. The...server applications using the...tunnel will carry out...would without the encrypted tunnel. The protocol/application...
...is a telnet client component ready to...SSH (SSH1 and SSH2 are supported), as...Secure Socket Layer protocol)....ActiveX version of the...component has its own...Includes both COM Component version and ActiveX...Control in same package...its own Terminal client GUI (only ActiveX...Linux emulations (only ActiveX version) - Supports...
...Server is an SSH...Server ActiveX component (but also Telnet...Server ActiveX as well) that...to easily add SSH2 (and SFTP) server...as old TELNET server protocol. SSH protocol...secure networks, such as...keys for the server (or import existing...secure ftp) server, or...open port forwarding for other programs...

