- Tuesday, June 9, 2009, 7:45
- Tags: ssh
- 597 views
My-En-Tunnel (My Encrypted Tunnel) is a simple system tray application (or NT service) that establishes and maintains TCP SSH tunnels. It does this by launching Plink (PuTTY Link) in the background and then monitors the process. If the Plink process dies (e.g. connection drops, server restarts or otherwise becomes unreachable) MyEnTunnel will automatically restart Plink to reestablish the tunnels in the background. It tries to use as little CPU and system resources as possible when monitoring (When the "Slow Polling" option is enabled it only does one context switch per second).
Read More
- Thursday, March 12, 2009, 9:06
- Tags: FTP, FTPS, SFTP, ssh
- 358 views
freeSSHd, like it's name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users can open remote console or even access their remote files thanks to buit-in SFTP server.
Read More
- Tuesday, February 10, 2009, 8:52
- Tags: client, ssh, telnet
- 284 views
PuTTY: A Free Telnet/SSH Client
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.
Read More