<?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>Train Signal Training - Free Computer Training Videos &#187; SecureCRT</title>
	<atom:link href="http://www.trainsignaltraining.com/tag/securecrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignaltraining.com</link>
	<description>Free Computer Training &#38; News Brought To You By Train Signal</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:47:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Make Your Network Secure Using Secure Shell Protocol</title>
		<link>http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/</link>
		<comments>http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:00:39 +0000</pubDate>
		<dc:creator>Stelios Antoniou</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[Secure-Shell-Protocol]]></category>
		<category><![CDATA[SecureCRT]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSH-emulators]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-19/</guid>
		<description><![CDATA[Nowadays, security is more important than ever. It&#8217;s extremely important that user accounts, passwords and hosts are protected from malicious attacks. 
Secure Shell Protocol (SSH) is capable of establishing secure encrypted tunnels for carrying data. SSH protocol can be used for remote access to your network devices, for securely transferring files between hosts and even [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays, security is more important than ever. It&#8217;s extremely important that user accounts, passwords and hosts are protected from malicious attacks. </p>
<p><strong>Secure Shell Protocol (SSH)</strong> is capable of establishing secure encrypted tunnels for carrying data. SSH protocol can be used for remote access to your network devices, for securely transferring files between hosts and even for forwarding application data between workstations. </p>
<p>Various terminal emulators exist that support SSH. Based on my personal experience, <strong>SecureCRT</strong> and <strong>PuTTY</strong> are two of the best SSH emulators. </p>
<p>Today I am focusing on how to use PuTTY for establishing SSH remote connections and encrypted data tunnels. If you want, you can download PuTTY for free from <a href="http://www.putty.org/"target="_blank">www.putty.org</a>. </p>
<p>In this article you can get the necessary steps for configuring and taking advantage of SSH on PuTTY. I also included lots of screenshots to help you along, so let&#8217;s get started with configuring PuTTY.</p>
<p>&nbsp;</p>
<h3>Configuring Basic PuTTY Session Options</h3>
<p>After downloading PuTTY, you should set up and store your preferred connections. The steps you need to do this are very easy and straightforward:</p>
<ol>
<li>Launch PuTTY application</li>
<p></p>
<li>On the <strong>Session Category</strong> specify the IP address of the remote host</li>
<p></p>
<li>Make sure that the &quot;connection type&quot; is set to SSH. By default SSH uses port 22; if your SSH server is configured to use a different port for SSH then you need to specify the specific port number here</li>
<p></p>
<li>Give your session a name and press the <strong>Save</strong> button (e.g. Remote_connection)</li>
</ol>
<p><span id="more-457"></span><br />
You can save as many SSH sessions as you want. The following screen shot presents the necessary configuration:</p>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/1.jpg" alt="Network Security using SSH - 1" title="Network Security using SSH - 1" align="middle" width="456" height="435" border="0" /></p>
<p>You always have the option of logging your SSH session. This is often useful when you need to take evidence of your session activity. To do so you need to perform the following:</p>
<ol>
<li>Select the Logging option from the left pane </li>
<p></p>
<li>Specify that you want to log all session output</li>
<p></p>
<li>Specify the destination file for your logging output</li>
</ol>
<p>Here is what you&#8217;ll see on your screen when you do this:</p>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/2.jpg" alt="Network Security using SSH - 2" title="Network Security using SSH - 2" align="middle" width="456" height="435" border="0" /></p>
<p>&nbsp;</p>
<h3>Configuring SSH Tunnels Using PuTTY</h3>
<p>Now, to the interesting stuff … </p>
<p>Once you have set up your secure SSH connection towards your SSH enabled server, you need to configure traffic flows that need to be tunneled over this secure connection. </p>
<p>All your packets will be encrypted and untraceable to network sniffers. In order to use SSH Tunneling, also known as SSH port forwarding, you need to perform the following:<br />
<br/></p>
<ul>
<li>First of all, you need to choose a free port number on your local machine where PuTTY will listen for incoming connections to triggering the tunneling functionality. Choose a port number greater than 2000. In my example I have chosen port number 3000.</li>
<p></p>
<li>Afterwards, move to the <strong>Connection-SSH-tunnel pane</strong> and enter the local port number for the &quot;Source port&quot; and separated by a colon, the destination host IP address and port number into the &quot;Destination&#038;quot: box (e.g. 192.168.10.10:80) </li>
<p></p>
<li>Make sure the &quot;Local&quot; radio button is selected</li>
<p></p>
<li>Press the <strong>Add</strong> button. At this point you should be able to see the details of your port forwarding in the &quot;forwarded ports&quot; text box. Your configuration should look similar to this:
</ul>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/3.jpg" alt="Network Security using SSH - 3" title="Network Security using SSH - 3" align="middle" width="456" height="435" border="0" /></p>
<p>You can add as many forwarded connections as you like. When you finish configuring all your remote connections keep in mind:</p>
<ul>
<li>You should resave your session (see the beginning of the article for instructions) to avoid losing your settings. All you have to do is to select the &quot;session&quot; pane and click on the &quot;save&quot; button.</li>
</ul>
<p>Now you are ready to open your SSH session and use your SSH tunnel!</p>
<p>&nbsp;</p>
<h3>Bottom Line of Our Sample Configuration</h3>
<p>Coming back to my SSH port forwarding example, we are now able to securely connect to the 192.168.10.10 intranet server via our SSH session with the SSH server on 10.10.10.10. </p>
<p>This secured path is chosen when the client machine (local host) initiates a connection using TCP port 3000 as source port, as shown in the following picture. The beauty of all this is that the whole connection is encrypted. </p>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/4.jpg" alt="Network Security using SSH - 4" title="Network Security using SSH - 4" align="middle" width="594" height="445" border="0" /></p>
<p>&nbsp;</p>
<h3>Configuring SSH Proxy Connection Using PuTTY</h3>
<p>We&#8217;ll now take a look at how we can configure PuTTY to use a secure proxy for sending all HTTP traffic through the SSH tunnel. This way our host identity is not revealed in the Internet. </p>
<p>For achieving this behavior I will use Firefox’s proxy characteristic. But let&#8217;s  start from the beginning:</p>
<ol>
<li>First we will create a new <strong>Session</strong> called &quot;proxy&quot; specifying the IP address of our trusted SSH server and the port number to use for SSH.</li>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/5.jpg" alt="Network Security using SSH - 5" title="Network Security using SSH - 5" align="middle" width="456" height="435" border="0" /></p>
<li>Then, we will configure the SSH tunnel, through which our HTTP traffic will be forwarded to our proxy server. Again we need to open the <strong>Connection-SSH-Tunnels</strong> pane on the left hand side and specify the following:<br />
<blockquote><p>
a. <strong>Source Port:</strong> Specify the source port for forwarding HTTP traffic. I have chosen port 3300 in this example.<br />
<br />
b. <strong>Destination:</strong> Do not specify a remote IP address. Just select Dynamic and Auto.<br />
<br />
c. <strong>Press the add button:</strong> Your configuration will look like the following screenshot:
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/6.jpg" alt="Network Security using SSH - 6" title="Network Security using SSH - 6" align="middle" width="456" height="435" border="0" />
</li>
<p></p>
<li>Move back to the <strong>Session</strong> option on the left and save your session.</li>
<p></p>
<li>Afterwards, we need to configure Mozilla Firefox to act as a SOCKS proxy and to use your encrypted SSH connection.<br />
<br />
To do so, you need to launch Firefox and from the <strong>Tools</strong> menu select <strong>Options</strong> and then select <strong>Advanced</strong>. Select the <strong>Network</strong> tab and press the <strong>Settings</strong> button on the connection sub-menu.<br />
<br />
The connection settings dialog window is now activated and you need to fill in the following:</p>
<blockquote><p>
a. Select  <strong>Manual Proxy Configuration</strong><br />
<br />
b. For <strong>SOCKS Host</strong> enter 127.0.0.1 or localhost inside the textbox and choose SOCKS v5<br />
<br />
c. For the <strong>port number</strong> specify the same port number you have already configured in your SSH tunnel for the source port, i.e. port 3300.<br />
<br />
d. Accept other default settings and press <strong>OK</strong>
</p></blockquote>
</li>
</ol>
<p>Eventually when you finish your Firefox’s configuration you will end up with a windows similar to this:</p>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/7.jpg" alt="Network Security using SSH - 7" title="Network Security using SSH - 7" align="middle" width="413" height="439" border="0" /></p>
<p>Keep in mind that your DNS traffic will not be tunneled through the SSH connection. To force DNS traffic to go through the proxy you should do the following:</p>
<ol>
<li>Open a firefox window and in the address bar type <strong>About:config</strong>. This will take you to the configuration page.</li>
<p></p>
<li>Scroll down to the proxy configuration and set the <strong>network.proxy.socks_remote_dns</strong> value to True.</li>
<p></p>
<li>All your DNS queries will be transmitted via your secure tunnel.</li>
</ol>
<p>Your settings will look similar with the following:</p>
<p>&nbsp;<br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_SSH/8.jpg" alt="Network Security using SSH - 8" title="Network Security using SSH - 8" align="middle" width="597" height="518" border="0" /></p>
<p>&nbsp;</p>
<h3>Keep In Mind &#8230;</h3>
<p>SSH tunneling is a secure method of encrypting your sessions, especially when you interface untrusted networks. You can secure either individual application traffic or even specific protocol’s traffic. </p>
<p>PuTTY is a free SSH emulator program that can help you secure both your client’s identity and traffic in a functional and persistent way. </p>
<p>
<!--adsense#CCNA--></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol+-+http://bit.ly/aA4vhz+%28via+%40trainsignal%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;t=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol&amp;summary=Nowadays%2C%20security%20is%20more%20important%20than%20ever.%20It%27s%20extremely%20important%20that%20user%20accounts%2C%20passwords%20and%20hosts%20are%20protected%20from%20malicious%20attacks.%20%0D%0A%0D%0ASecure%20Shell%20Protocol%20%28SSH%29%20is%20capable%20of%20establishing%20secure%20encrypted%20tunnels%20for%20carrying%20data.%20SSH%20protocol%20can%20be%20used%20for%20remote%20access%20to%20&amp;source=Train Signal Training - Free Computer Training Videos" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/&amp;title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+Make+Your+Network+Secure+Using+Secure+Shell+Protocol&amp;link=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20to%20Make%20Your%20Network%20Secure%20Using%20Secure%20Shell%20Protocol%22&amp;body=Link: http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Nowadays%2C%20security%20is%20more%20important%20than%20ever.%20It%27s%20extremely%20important%20that%20user%20accounts%2C%20passwords%20and%20hosts%20are%20protected%20from%20malicious%20attacks.%20%0D%0A%0D%0ASecure%20Shell%20Protocol%20%28SSH%29%20is%20capable%20of%20establishing%20secure%20encrypted%20tunnels%20for%20carrying%20data.%20SSH%20protocol%20can%20be%20used%20for%20remote%20access%20to%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.trainsignaltraining.com/configure-secure-shell-ssh-on-cisco-router/2009-10-06/' rel='bookmark' title='Permanent Link: How to Configure Secure Shell (SSH) on a Cisco Router'>How to Configure Secure Shell (SSH) on a Cisco Router</a></li>
<li><a href='http://www.trainsignaltraining.com/cisco-hsrp/2008-05-15/' rel='bookmark' title='Permanent Link: Achieve Network Redundancy with a &#8220;Hot&#8221; Little Protocol'>Achieve Network Redundancy with a &#8220;Hot&#8221; Little Protocol</a></li>
<li><a href='http://www.trainsignaltraining.com/cisco-network-security-2/2008-02-08/' rel='bookmark' title='Permanent Link: How to Avoid the Finger of Death and Other Network Threats'>How to Avoid the Finger of Death and Other Network Threats</a></li>
<li><a href='http://www.trainsignaltraining.com/cisco-access-lists/2008-03-03/' rel='bookmark' title='Permanent Link: Stop Your Network Security Worries with Access Lists'>Stop Your Network Security Worries with Access Lists</a></li>
<li><a href='http://www.trainsignaltraining.com/bgp-border-gateway-protocol/2010-07-19/' rel='bookmark' title='Permanent Link: Cisco BGP (Border Gateway Protocol) Basics'>Cisco BGP (Border Gateway Protocol) Basics</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.trainsignaltraining.com/cisco-secure-shell-protocol/2008-05-06/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
