<?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>EveryJoe &#187; Install SSH server</title>
	<atom:link href="http://www.everyjoe.com/tag/install-ssh-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Wed, 16 Dec 2009 21:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing and Configuring SSHD Server on Cygwin</title>
		<link>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/</link>
		<comments>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:00:47 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Configure SSH]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Install SSH daemon]]></category>
		<category><![CDATA[Install SSH on Windows 2003 Server]]></category>
		<category><![CDATA[Install SSH on Windows Vista]]></category>
		<category><![CDATA[Install SSH on Windows XP]]></category>
		<category><![CDATA[Install SSH server]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows 2003 Server]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Microsoft Windows XP]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1325</guid>
		<description><![CDATA[SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.
For a system A to connect to a remote system B through SSH, A needs a SSH client (like PuTTY for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.
SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.</p>
<p>For a system A to connect to a remote system B through SSH, A needs a SSH client (like <a title="That Damn PC: PuTTY Connection Manager for Tabbed PuTTY" href="http://www.everyjoe.com/articles/putty-connection-manager-for-tabbed-putty-2/">PuTTY</a> for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.</p>
<p>SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is being widely used. On all Unix-based OSs, the OpenSSH SSHD server is installed by default during the installation of the operating system. On Windows, however, it is not the case.</p>
<p>You can install it on top of Cygwin very easily. You will need administrator access with a password set for the account. When you run the Cygwin setup to download or install various packages, select openssh which will select all the other packages it requires.</p>
<p>Once you complete the install, to configure SSHD run <span style="font-family: Lucida Console;">$ ssh-host-config –y</span> from the terminal. This will automatically answer ‘yes’ for the yes/no questions. Give an appropriate password that follows your system rules if an sshd_server is being created or ignore this step. Specify the value of the environment variable CYGWIN as “ntsec tty” for WinXP and Vista and “binmode ntsec tty” for Windows 2003 Server (without quotes). At the end of this process, the sshd service will have automatically started and placed itself among the Windows startup list.</p>
<p>If you have any problems, try following <a title="How to Install SSHD Server on Windows 2000 or Windows XP or Windows Vista" href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" target="_blank">this article for WinXP and Vista</a> and <a title="HOWTO Setup the Secure Shell Daemon on a Windows 2003 Server" href="http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html" target="_blank">this one for Windows 2003 Server</a> or drop me a message.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>