<?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>am3n portfolio &#187; putty</title>
	<atom:link href="http://www.am3n.net/tag/putty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.am3n.net</link>
	<description>career, freelance and some stupid thing I do</description>
	<lastBuildDate>Mon, 09 May 2011 16:27:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install SSH (SFTP) server on Windows 2000</title>
		<link>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/</link>
		<comments>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:45:09 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=255</guid>
		<description><![CDATA[Below is step-by-step installation SSH (and SFTP) server on Windows NT Based (Windows 2000 Server). It&#8217;s easy to follow and I bet you can do it by your self. Login as Administrator Create windows user with name ftp_user (and specified the password) Go to http://sshwindows.sourceforge.net/download/ download Binary Installer Release then Extract and Install Openssh server. [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2008/05/03/running-mysqld-as-standalone-application-on-windows/' rel='bookmark' title='Running MySQLd as standalone application on Windows'>Running MySQLd as standalone application on Windows</a> <small>My friend asked me how to get MySQL running as...</small></li>
<li><a href='http://www.am3n.net/2009/12/14/bind-lame-server/' rel='bookmark' title='[bind] lame server'>[bind] lame server</a> <small>Tired seeing lame server error on your BIND (DNS server)...</small></li>
<li><a href='http://www.am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='[cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below is step-by-step installation SSH (and SFTP) server on Windows NT Based (Windows 2000 Server). It&#8217;s easy to follow and I bet you can do it by your self.<span id="more-255"></span></p>
<ul>
<li>Login as Administrator</li>
<li>Create windows user with name ftp_user (and specified the password)</li>
<li>Go to <a href="http://sshwindows.sourceforge.net/download/" target="_blank">http://sshwindows.sourceforge.net/download/</a> download Binary Installer Release then Extract and Install Openssh server.</li>
<li>Open command prompt and type:
<pre>cd C:\PROGRA~1\OpenSSH\bin
mkgroup -l &gt;&gt; ..\etc\group
mkpasswd -l -u ftp_user &gt;&gt; ..\etc\passwd</pre>
</li>
<li>Open Regedit, Find key My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home<br />
change native value with c:\sftphome</li>
<li>Create folder c:\sftphome</li>
<li>Create folder c:\sftphome\ftp_user and make sure user ftp_user has Full Control</li>
<li>Start the OpenSSH server. Open command prompt and type:
<pre>net start opensshd</pre>
</li>
<li>Make sure SSH server is running, type:
<pre>netstat -an</pre>
<p>and look for 0.0.0.0:22 on Local Address</li>
<li>Test connection by using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">putty </a>for ssh or <a href="http://filezilla-project.org/" target="_blank">filezilla </a>for sftp. Credentials to use:</li>
</ul>
<p>Username: ftp_user (or anything you choose)<br />
Password: user&#8217;s pass<br />
Host (IP Address): server&#8217;s IP Address<br />
Port: 22</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2010%2F04%2F19%2Finstall-ssh-sftp-server-on-windows-2000%2F', 'Install+SSH+%28SFTP%29+server+on+Windows+2000')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2010%2F04%2F19%2Finstall-ssh-sftp-server-on-windows-2000%2F', title: 'Install+SSH+%28SFTP%29+server+on+Windows+2000' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2008/05/03/running-mysqld-as-standalone-application-on-windows/' rel='bookmark' title='Running MySQLd as standalone application on Windows'>Running MySQLd as standalone application on Windows</a> <small>My friend asked me how to get MySQL running as...</small></li>
<li><a href='http://www.am3n.net/2009/12/14/bind-lame-server/' rel='bookmark' title='[bind] lame server'>[bind] lame server</a> <small>Tired seeing lame server error on your BIND (DNS server)...</small></li>
<li><a href='http://www.am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='[cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Putty Connection Manager</title>
		<link>http://www.am3n.net/2009/04/27/putty-connection-manager/</link>
		<comments>http://www.am3n.net/2009/04/27/putty-connection-manager/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 09:27:28 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[putty connection manager]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=119</guid>
		<description><![CDATA[I loves and need Putty to ssh to all servers that I managed. That&#8217;s why I am using 2 17&#8243; monitors, the one on the left is monitoring servers using putty, and on the right (primary) monitor is for doing stuff that I need to be done. I love using putty with full screen, so [...]]]></description>
			<content:encoded><![CDATA[<p>I loves and need Putty to ssh to all servers that I managed. That&#8217;s why I am using 2 17&#8243; monitors, the one on the left is monitoring servers using putty, and on the right (primary) monitor is for doing stuff that I need to be done. I love using putty with full screen, so I can see many things (actually it&#8217;s just a text), but if I open several putty session it will clutter up my taskbar and I have to resize each putty so they all can fit to my screen. Thank goodness there are <a href="http://puttycm.free.fr/" target="_blank">PuTTY Connection Manager</a> so I can ssh many servers with  out cluttering the taskbar.</p>
<p><span id="more-119"></span>PS:PuTTY Connection Manager requires Putty exist on your disk.</p>
<div id="attachment_120" class="wp-caption aligncenter" style="width: 310px"><a href="http://am3n.net/wp-content/uploads/2009/04/08072008004.jpg"><img class="size-medium wp-image-120" title="08072008004" src="http://am3n.net/wp-content/uploads/2009/04/08072008004-300x225.jpg" alt="My Workplace" width="300" height="225" /></a><p class="wp-caption-text">My Workplace</p></div>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F04%2F27%2Fputty-connection-manager%2F', 'Putty+Connection+Manager')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F04%2F27%2Fputty-connection-manager%2F', title: 'Putty+Connection+Manager' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/04/27/putty-connection-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

