<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; ssh server</title>
	<atom:link href="http://www.ghacks.net/tag/ssh-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SFTP And SSH Server For Windows</title>
		<link>http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/</link>
		<comments>http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:32:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sftp server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16032</guid>
		<description><![CDATA[Running a SFTP or SSH server in a Windows environment can be interesting for businesses and end users alike. The free SilverShield SSH / SFTP Server offers this server functionality mainly for end users as it allows only one concurrent connection to the server. The pro version which is sold by the company has no [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Running a SFTP or SSH server in a Windows environment can be interesting for businesses and end users alike. The free SilverShield SSH / SFTP Server offers this server functionality mainly for end users as it allows only one concurrent connection to the server. The pro version which is sold by the company has no such limits. Both server versions are identical in every other aspect. </p>
<p>It does not take long before the SSH or SFTP server is up and running. All it takes is to start the server in the server management console and add at least one user account. User accounts require the usual set of information that include a username, home directory and a password. A public key can be added as well to provide public key authentication. The server administrator can define the user rights in the very same user creation dialog. </p>
<p><span id="more-16032"></span>It is possible to enable command and shell access, sftp and forwarding separately from each other. The login requirements can also be configured. Users have basically three options to log into the server: password authentication, public key authentication or keyboard-interactive authentication. The server admin can make any or all of the selected methods a requirement.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/ssh_server_users-461x500.jpg" alt="ssh server users" title="ssh server users" width="461" height="500" class="alignnone size-medium wp-image-16033" /></p>
<p>The server management console contains several settings that are of importance. Administrators define the server-key file location and log path in there, session timeouts, the server port, ssh and sftp security settings like forcing a delay on new connections or blocking IPs after a number of failed connection attempts. The management console itself can be password protected and configured to a specific port and IP.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/sftp_server-500x376.jpg" alt="sftp server" title="sftp server" width="500" height="376" class="alignnone size-medium wp-image-16034" /></p>
<p>The free version of <a href="http://www.k2sxs.com/silvershield.aspx">Silvershield</a> SSH and SFTP Server should be just fine for smaller networks. Users who want more connections without having to pay for the SSH server can take a look at <a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/">FreeSSHd A Free SSH Server For Windows</a> or the <a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/">Windows SSH Server WinSSHD</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/sftp-server/" title="sftp server" rel="tag">sftp server</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/" title="FreeSSHd A Free SSH Server For Windows (June 6, 2009)">FreeSSHd A Free SSH Server For Windows</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/25/windows-file-server/" title="Windows File Server (October 25, 2009)">Windows File Server</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows SSH Server WinSSHD</title>
		<link>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/</link>
		<comments>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:51:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[remote connection]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[tunneling]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[winsshd]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15069</guid>
		<description><![CDATA[WinSSHD is a free for personal use SSH server for the Windows operating system. It supports secure remote access via console (vt100, xterm, bvterm) or gui (remote desktop or WinVNC), secure file transfers using SFTP or SCP and secure TCP / IP connection tunneling. The personal version offers most of the features offered in the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />WinSSHD is a free for personal use SSH server for the Windows operating system. It supports secure remote access via console (vt100, xterm, bvterm) or gui (remote desktop or WinVNC), secure file transfers using SFTP or SCP and secure TCP / IP connection tunneling. The personal version offers most of the features offered in the commercial version. A few features, like the number of Windows account and virtual account entries or the number of Windows and virtual groups are limited in the personal edition. Only the features to use domain accounts and GSSAPI authentication are disabled.</p>
<p>The server is not running after starting up the Windows SSH Server. It is up to the system administrator to start the server so that other users can connect to it.</p>
<p><span id="more-15069"></span>Users with a Windows username and password are able to use SFTP and SCTP file transfers, access a command prompt via a terminal console and to route TCP connections through WinSSHD by default.</p>
<p> It is up to the administrator to modify the access rights or remove accounts from being able to access the system at all. The administrator can disable services provided by WinSSHD or restrict user access. Both methods can increase the system&#8217;s security and should be dealt with before starting the server for the first time.</p>
<p>A good start is the WinSSHD <a href="http://www.bitvise.com/winsshd-users-guide">user guide</a> which explains the core concepts of the SSH server and offers tips on how to configure and secure it properly. Interested users can download the <a href="http://www.bitvise.com/winsshd">WinSSHD</a> SSH Server from the developer&#8217;s website</p>

	Tags: <a href="http://www.ghacks.net/tag/remote-connection/" title="remote connection" rel="tag">remote connection</a>, <a href="http://www.ghacks.net/tag/scp/" title="scp" rel="tag">scp</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/tunneling/" title="tunneling" rel="tag">tunneling</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/winsshd/" title="winsshd" rel="tag">winsshd</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/" title="FreeSSHd A Free SSH Server For Windows (June 6, 2009)">FreeSSHd A Free SSH Server For Windows</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/" title="Run SSH Server For Remote Desktop Connections (February 12, 2009)">Run SSH Server For Remote Desktop Connections</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/10/25/windows-file-server/" title="Windows File Server (October 25, 2009)">Windows File Server</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/10/17/teamviewer-client-shortcuts/" title="Teamviewer Client Shortcuts (October 17, 2008)">Teamviewer Client Shortcuts</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreeSSHd A Free SSH Server For Windows</title>
		<link>http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/</link>
		<comments>http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:38:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[freesshd]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sftp server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh server windows]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/</guid>
		<description><![CDATA[SSH is a network protocol that allows to be transferred in a secure channel. Most users probably associate SSH with Linux and Unix computer systems. Webmasters might know and use SSH to connect to and manage their Linux servers. 
FreeSSHd is a free SSH Server for the Windows operating system. Users can setup the SSH [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server.jpg" alt="ssh server" title="ssh server" width="164" height="68" class="alignleft size-full wp-image-13335" />SSH is a network protocol that allows to be transferred in a secure channel. Most users probably associate SSH with Linux and Unix computer systems. Webmasters might know and use SSH to connect to and manage their Linux servers. </p>
<p>FreeSSHd is a free SSH Server for the Windows operating system. Users can setup the SSH server on one computer system running the Windows operating system and use SSH compatible tools like Putty to connect to that remote computer system. The server can be setup with just a few mouse clicks. The administrator is only required to add users that are allowed to connect to the computer system in the SSH Server configuration.</p>
<p><span id="more-13338"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server_windows-500x477.jpg" alt="ssh server windows" title="ssh server windows" width="500" height="477" class="alignnone size-medium wp-image-13336" /></p>
<p>Authorization can be NT authentication, passwords stored in SHA1 hashes or Public key driven. It is furthermore possible to allow shell, sftp and tunneling access individually. Having said that it should be obvious that FreeSSHd not only offers shell access to authorized users but also secure ftp and tunneling access. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server1-500x477.jpg" alt="ssh server" title="ssh server" width="500" height="477" class="alignnone size-medium wp-image-13337" /></p>
<p>Various options are available that define certain aspects of the SSH Server software. It is possible to add whitelist and blacklists of IP addresses that are allowed to connect to the server, enable event logging, set the secure FTP home path, select a specific allowed cipher, enable tunneling, telnet and check the access logs of the SSH server.</p>
<p><a href="http://www.freesshd.com/index.php?ctt=overview">FreeSSHd</a> is a comfortable SSH and SFTP server for the Windows operating system. Setup of the server should not pose to many difficulties even for inexperienced users. All in all a great software program that can be run manually or added to Windows services for extra comfort.</p>

	Tags: <a href="http://www.ghacks.net/tag/freesshd/" title="freesshd" rel="tag">freesshd</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/sftp-server/" title="sftp server" rel="tag">sftp server</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/ssh-server-windows/" title="ssh server windows" rel="tag">ssh server windows</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/25/windows-file-server/" title="Windows File Server (October 25, 2009)">Windows File Server</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Run SSH Server For Remote Desktop Connections</title>
		<link>http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/</link>
		<comments>http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:52:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[moba ssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[remote connection]]></category>
		<category><![CDATA[remote desktop connections]]></category>
		<category><![CDATA[remote-desktop]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh software]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows ssh]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10516</guid>
		<description><![CDATA[Moba SSH is a SSH server for Windows that makes it possible to run commands and transfer files on a remote Windows PC running the server software. The SSH server is compatible with Linux, Unix and Windows SSH clients. Windows users can for instance use Putty or WinSCP to connect to the SSH server remotely.
A [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mobassh.mobatek.net/en/">Moba SSH</a> is a SSH server for Windows that makes it possible to run commands and transfer files on a remote Windows PC running the server software. The SSH server is compatible with Linux, Unix and Windows SSH clients. Windows users can for instance use Putty or WinSCP to connect to the SSH server remotely.</p>
<p>A free and a professional version of Moba SSH is available on the homepage. The server software installs itself as a Windows service. The remote desktop connection can then be established using selected user accounts of the host system. Shortcuts are available to manage users and add domain users.</p>
<p>Possible usage scenarios include centralized backups, system and <a href="http://www.ghacks.net/2009/05/28/network-monitoring-software/">network monitoring</a>, remote commands, system administration or managing computers from a remote location.</p>
<p><span id="more-10516"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/02/remote_desktop_connection-500x317.jpg" alt="remote desktop connection" title="remote desktop connection" width="500" height="317" class="alignnone size-medium wp-image-10517" /></p>
<p>To create a remote desktop connection to the PC running Moba SSH server one would simply use a SSH client like Putty to connect to the IP of the server. The system will ask for the credentials of one enabled user account to log into the system remotely.</p>
<p>Advanced options are available to change the port, allow tcp forwarding, enabling the cron service or enabling RA authentication.</p>

	Tags: <a href="http://www.ghacks.net/tag/moba-ssh/" title="moba ssh" rel="tag">moba ssh</a>, <a href="http://www.ghacks.net/tag/putty/" title="putty" rel="tag">putty</a>, <a href="http://www.ghacks.net/tag/remote-connection/" title="remote connection" rel="tag">remote connection</a>, <a href="http://www.ghacks.net/tag/remote-desktop-connections/" title="remote desktop connections" rel="tag">remote desktop connections</a>, <a href="http://www.ghacks.net/tag/remote-desktop/" title="remote-desktop" rel="tag">remote-desktop</a>, <a href="http://www.ghacks.net/tag/ssh-client/" title="ssh client" rel="tag">ssh client</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/ssh-software/" title="ssh software" rel="tag">ssh software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-ssh/" title="windows ssh" rel="tag">windows ssh</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/17/teamviewer-client-shortcuts/" title="Teamviewer Client Shortcuts (October 17, 2008)">Teamviewer Client Shortcuts</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/11/manage-servers-for-putty-winscp-vnc-and-microsoft-terminal-server/" title="Manage Servers For Putty WinSCP VNC And Microsoft Terminal Server (October 11, 2009)">Manage Servers For Putty WinSCP VNC And Microsoft Terminal Server</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>My Encrypted Tunnel</title>
		<link>http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/</link>
		<comments>http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 17:43:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[data encryption]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[my encrypted tunnel]]></category>
		<category><![CDATA[plink]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh connection]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[tunnelier]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8348</guid>
		<description><![CDATA[My Encrypted Tunnel is a basic System Tray application that can be installed as a Windows Service to establish and maintain TCP SSH tunnels. Here is a short explanation of what SSH tunnels are and why they might be useful. If you connect normally to the Internet it is not difficulty for someone else to [...]]]></description>
			<content:encoded><![CDATA[<p>My Encrypted Tunnel is a basic System Tray application that can be installed as a Windows Service to establish and maintain TCP SSH tunnels. Here is a short explanation of what SSH tunnels are and why they might be useful. If you connect normally to the Internet it is not difficulty for someone else to spy on your traffic. One prime example is to retrieve and send email messages from an open wireless network in a cafe. The Internet Service Provider is also able to see what data is transferred theoretically. That is only two example.</p>
<p>A SSH connection can be used to use an encrypted channel to transfer the unencrypted data so that the data is protected from third parties. To make use of this encrypted channel a connection has to be established and maintained between the local computer and a SSH server on the Internet. If your Email provider would offer SSH access for instance it could be setup to create a connection with their SSH server to retrieve and send emails.</p>
<p>My Encrypted Tunnel is a free application that makes use of Putty Link to establish an SSH connection:</p>
<blockquote><p>MyEnTunnel 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 &#8220;Slow Polling&#8221; option is enabled it only does one context switch per second).</p></blockquote>
<p><span id="more-8348"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/my_encrypted_tunnelt-282x500.png" alt="my encrypted tunnel" title="my encrypted tunnel" width="282" height="500" class="alignnone size-medium wp-image-8349" /></p>
<p>It can also be used to exchange data between two computers. To do this one computer needs to act as the SSH Server. Users looking for an advanced Windows client with additional functionality might find it in <a href="http://www.bitvise.com/tunnelier">Tunnelier</a> which is free for personal use.</p>

	Tags: <a href="http://www.ghacks.net/tag/data-encryption/" title="data encryption" rel="tag">data encryption</a>, <a href="http://www.ghacks.net/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.ghacks.net/tag/my-encrypted-tunnel/" title="my encrypted tunnel" rel="tag">my encrypted tunnel</a>, <a href="http://www.ghacks.net/tag/plink/" title="plink" rel="tag">plink</a>, <a href="http://www.ghacks.net/tag/putty/" title="putty" rel="tag">putty</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/ssh-connection/" title="ssh connection" rel="tag">ssh connection</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/tunnelier/" title="tunnelier" rel="tag">tunnelier</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/" title="Run SSH Server For Remote Desktop Connections (February 12, 2009)">Run SSH Server For Remote Desktop Connections</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/" title="FreeSSHd A Free SSH Server For Windows (June 6, 2009)">FreeSSHd A Free SSH Server For Windows</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/17/my-encrypted-tunnel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
