<?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>The RoarinPenguin Techiezone &#187; Putty-Winscp3</title>
	<atom:link href="http://techiezone.rottigni.net/category/putty-winscp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zeroshell displaying odd characters on serial terminal</title>
		<link>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/</link>
		<comments>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 08:25:57 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Putty-Winscp3]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[terminal emulation]]></category>
		<category><![CDATA[zeroshell]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/</guid>
		<description><![CDATA[I’ve been recently fashioned by Zeroshell project, a very well documented project run by an italian guy who made a splendid job. I tried to set it up on a VIA based appliance with Intel 1 Ghz processor and 1 Gb RAM, using 1 Gb Compact Flash and the image provided in download section of [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been recently fashioned by <a href="http://zeroshell.org" target="_blank">Zeroshell</a> project, a very well documented project run by an italian guy who made a splendid job.</p>
<p>I tried to set it up on a VIA based appliance with Intel 1 Ghz processor and 1 Gb RAM, using 1 Gb Compact Flash and the image provided in <a href="http://www.zeroshell.net/eng/download/" target="_blank">download</a> section of Zeroshell web site.</p>
<p>Everything went smooth, except that when I booted the appliance the BIOS information was displayed correctly, but as soon as Zeroshell boot started I saw crappy characters on screen.</p>
<p>After some investigation and some good hints from a <a href="http://afhome.org" target="_blank">friend</a>, I found where the problem was and, as usual, here’s a tech note to avoid again this investigation in the future.</p>
<p>The issue was that appliance BIOS was set to redirect console to serial port with settings normally in use: 9600 bps, 8N1</p>
<p>…while Zeroshell defaults in its boot to more performing (but also less “default”) 38400.</p>
<p> <span id="more-143"></span>
<p>To solve, remember to set your serial com port with correct speed as shown below (screenshot from a Win 7 box):</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb.png" width="404" height="441" /></a> </p>
<p>Or change the setting of the Terminal emulation software you are using to match the settings, as shown below (example with Putty):</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb1.png" width="404" height="389" /></a> </p>
<p>Once you’re done, Zeroshell screen will appear as shown below:</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb2.png" width="404" height="255" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tunneling Apps in SSH</title>
		<link>http://techiezone.rottigni.net/2009/07/tunneling-apps-in-ssh/</link>
		<comments>http://techiezone.rottigni.net/2009/07/tunneling-apps-in-ssh/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 06:41:24 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Putty-Winscp3]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[tunneling]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/07/tunneling-apps-in-ssh/</guid>
		<description><![CDATA[Yesterday I found a very handy functionality in Putty: tunneling apps in SSH. Not that I did not know that this technique exist but for the first time I tried it and worked out of the box. The idea is to enable tunneling of insecure applications inside an established and authenticated SSH encrypted session, using [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found a very handy functionality in Putty: tunneling apps in SSH.</p>
<p>Not that I did not know that <a href="http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Tunneling_Explained.html" target="_blank">this technique exist</a> <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but for the first time I tried it and worked out of the box.</p>
<p>The idea is to enable tunneling of insecure applications inside an established and authenticated SSH encrypted session, using Putty as a client.</p>
<p>Scenario in my case is that I have few web based appliances at home acting as a media center, a NAS, etc… each of them being manageable by a web based interface on various ports.</p>
<p>I could certainly open destination PAT on my router, but it would increase the risk… and I don’t trust level of security implemented in such systems.</p>
<p>Therefore I’ve done something represented in picture below</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2009/07/sshtunnel.png"><img title="ssh tunnel" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="164" alt="ssh tunnel" src="http://techiezone.rottigni.net/wp-content/uploads/2009/07/sshtunnel_thumb.png" width="490" border="0" /></a> </p>
<p>How to configure it in Putty? Well, when you launch the session to connect to SSHD Server, check in SSH options – Tunnels.</p>
<p>There you find the chance to add the port forwarding parameters to be set as follows:</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2009/07/puttytunnels.png"><img title="putty-tunnels" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="263" alt="putty-tunnels" src="http://techiezone.rottigni.net/wp-content/uploads/2009/07/puttytunnels_thumb.png" width="490" border="0" /></a> </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/07/tunneling-apps-in-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export sessions in Putty?</title>
		<link>http://techiezone.rottigni.net/2008/03/how-to-export-sessions-in-putty/</link>
		<comments>http://techiezone.rottigni.net/2008/03/how-to-export-sessions-in-putty/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:33:18 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Putty-Winscp3]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[winscp3]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=25</guid>
		<description><![CDATA[Situation is that I have several (10+) preconfigured sessions in Putty and I need to save them should I need to change PC or reinstall it. Sessions parameters are stored in Windows Registry under path: HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To export settings to a file use command: regedit /e &#60;filename&#62;.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To import settings use command: regedit /s [...]]]></description>
			<content:encoded><![CDATA[<p>Situation is that I have several (10+) preconfigured sessions in Putty and I need to save them should I need to change PC or reinstall it.</p>
<p>Sessions parameters are stored in Windows Registry under path:</p>
<p><code>HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions</code></p>
<p>To export settings to a file use command:  <code>regedit /e &lt;filename&gt;.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions</code></p>
<p>To import settings use command: <code>regedit /s &lt;filename&gt;.reg</code></p>
<p>Also, you might want to save PUTTY.RND, by default sitting in your home directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2008/03/how-to-export-sessions-in-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

