<?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>putty-download.com</title>
	<atom:link href="http://putty-download.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://putty-download.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Jun 2011 16:06:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Basic Shell Commands for PuTTY</title>
		<link>http://putty-download.com/basic-shell-commands-for-putty/</link>
		<comments>http://putty-download.com/basic-shell-commands-for-putty/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 23:04:00 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/basic-shell-commands-for-putty/</guid>
		<description><![CDATA[Having knowledge of the most basic of PuTTY shell commands can make working with this program far more convenient. There are also a variety of different tasks that have their own basic shell command prompts. Note that the usage of the terms filename and foldername are to be replaced with the file or folder you [...]]]></description>
			<content:encoded><![CDATA[<p>Having knowledge of the most basic of <strong>PuTTY shell </strong>commands can make working with this program far more convenient. There are also a variety of different tasks that have their own basic shell command prompts.</p>
<p>Note that the usage of the terms <em>filename</em> and <em>foldername</em> are to be replaced with the file or folder you are manipulating.</p>
<h3>Compress and Back Up Files and Folders</h3>
<p><em>zip -r putty.zip putty/</em></p>
<p>This command would compress the putty folder, along with its contents, into a file named putty.zip.</p>
<p><em>zip  putty.zip putty.html</em></p>
<p>This command will compress the file putty.html<em> </em>into a zip file renamed<em> </em>putty.zip.</p>
<h3>Create Files or Directories</h3>
<p><em>rm filename.html </em></p>
<p>This command will remove the file designated.</p>
<p><em>touch filename.html</em></p>
<p>This will use the touch command to create a file.</p>
<p><em>mkdir foldername</em></p>
<p>This uses the make directory command to create a new file directory or folder.</p>
<p><em>rmdir foldername</em></p>
<p>This will use the rm or remove command on a chosen folder or directory. Be sure that any folder you attempt this command on is empty.</p>
<p><em>mv foldername1/file.html foldername2/file.html</em></p>
<p>This will enage the mv or move command to move a designated file. This command can also be used to rename a file.</p>
<h3>Directory Navigation</h3>
<p><em>cd</em></p>
<p>This command is used to change a directory or a common method used for moving files from one folder to another.</p>
<p>cd foldername1/foldername2 would move you to foldername2.</p>
<p><em>cd /</em><em></em></p>
<p>This command would move you to a root directory or folder.<em></em></p>
<p><em>pwd</em><em></em></p>
<p>Representing the present working directory, this command will print to your console the current directory where you are working.</p>
<h3>List Contents</h3>
<p><em>ls</em></p>
<p>This will list the contents of the current directory you are working in.</p>
<p><em>ls -1 </em></p>
<p>This command will show the files properties, or long format, such as size, permissions, date modified and more.</p>
<p><em>ls -r</em></p>
<p>This command will list your subdirectories recursively.</p>
<p><em>ls -a </em></p>
<p>This command will show all files including hidden ones.</p>
<p>Utilizing these shortcuts can save time and help any user to maximize their time working with <strong>PuTTY</strong> and executing basic shell commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/basic-shell-commands-for-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your SSH Experience with PuTTY</title>
		<link>http://putty-download.com/your-ssh-experience-with-putty/</link>
		<comments>http://putty-download.com/your-ssh-experience-with-putty/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 23:02:10 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/your-ssh-experience-with-putty/</guid>
		<description><![CDATA[What is your experience with SSH and the PuTTY client? Have you used it? Heard of it? Ever tunneled? SSH is a network protocol that provides a secure connection that is NAT, or network address translation, friendly. Why Use SSH? There are a few reasons why users choose to use tools like PuTTY to manage [...]]]></description>
			<content:encoded><![CDATA[<p>What is your experience with SSH and the <strong>PuTTY</strong> client? Have you used it? Heard of it? Ever tunneled? SSH is a network protocol that provides a secure connection that is NAT, or network address translation, friendly.</p>
<h3>Why Use SSH?</h3>
<p>There are a few reasons why users choose to use tools like PuTTY to manage their SSH requirements.</p>
<ol>
<li>Speed</li>
<li>Accessibility</li>
</ol>
<p>As well as its capacity for port and GUI forwarding.  An SSH server also has multiple authentication methods.</p>
<ul>
<li>Challenge/Response</li>
<li>Password/Public Key</li>
<li>Host-Based</li>
</ul>
<h3>How Can You Use SSH with a PuTTY Client?</h3>
<p>You can use PuTTY to create basic SSH connections. A basic connection can be used to access files or to achieve a remote connection.</p>
<p>Elements of the benefits of tunneling with PuTTY via SSH include:</p>
<ul>
<li>Remote Forwarding</li>
<li>Local Forwarding</li>
<li>Secure Connection/Client to Server</li>
<li>Access on Inaccessible Networks</li>
</ul>
<p>SSH tunneling offers the capacity for multiple connections such as single tunnel points, multiple ports, and multiple destinations. This can greatly relieve the clicking nightmare that could arise for individuals who monitor tech support elements with programs like PuTTy.</p>
<h3>File Copying with PuTTY SSH</h3>
<p>Another reason to launch an SSH session in PuTTY is when you need to copy files from one location to another. This form of SSH session allows a user to transfer files quickly and securely with support for entire directory structures.</p>
<h3>Remote Commands</h3>
<p>Last but certainly not least is PuTTY&#8217;s remote viewing and connection capabilities. This is highly useful for monitoring, configuring, or even running full tech support from a remote location.</p>
<p>Getting to know your <strong>PuTTY client</strong> as well as the SSH tunnels and sessions you can manage within it is really more than half of the battle. If you can learn the ins-and-outs of this type of programming, you can open up distinct possibilities in furthering your knowledge, or even education SSH tunneling with remote access clients like PuTTY.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/your-ssh-experience-with-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Powerful PuTTY Add-ons for Tech Support Geeks</title>
		<link>http://putty-download.com/5-powerful-putty-add-ons-for-tech-support-geeks/</link>
		<comments>http://putty-download.com/5-powerful-putty-add-ons-for-tech-support-geeks/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 22:57:51 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY Features]]></category>

		<guid isPermaLink="false">http://putty-download.com/5-powerful-putty-add-ons-for-tech-support-geeks/</guid>
		<description><![CDATA[Among all sorts of tech support, coding and developing geeks, PuTTY is considered the hands-down best SSH client for Windows. However, excellent add-ons can make this already incredible tool, that much better. PuTTY Command Sender/ PuTTYCS This productivity tool is a definitive hit with PuTTY users. It works by eliminating repetitive tasks that are performed [...]]]></description>
			<content:encoded><![CDATA[<p>Among all sorts of tech support, coding and developing geeks, <strong>PuTTY</strong> is considered the hands-down best SSH client for Windows. However, excellent add-ons can make this already incredible tool, that much better.</p>
<h3>PuTTY Command Sender/ PuTTYCS</h3>
<p>This productivity tool is a definitive hit with PuTTY users. It works by eliminating repetitive tasks that are performed on separate servers. PuTTYCS allows users to send a unix command to several PuTTY server windows at once. Users can utilize this tool in backing up files, starting and stopping processes, viewing log files and more, with one simple and time saving command.</p>
<h3>PuTTYTabs</h3>
<p>PuTTYTabs will provide a bar that floats above the PuTTY client sessions in TABS. Selecting any of the tabs pulls the chosen tab to the front of the session so it is available for use. Many remote tech support users have found this add-on to be a vital part of their PuTTY sessions since it is highly common for those in technology fields to require the usage of more than one SSH server on a regular basis.</p>
<h3>PuTTY Session Manager</h3>
<p>Another great tool for remote support  allows you to organize your PuTTY sessions into folders as well as assigning them hotkeys. Although this will require Microsoft .NET 2.0 it will also make many of the required functions more automated by assigning hotkeys to each session.</p>
<h3>Quest PuTTY</h3>
<p>This tool adds a great active directory single sign-on feature to PuTTY. Using SSPI, or MS Security Service Provider Interface, this will add a new menu-item called GSSAPI. Listed under <em>Connection</em> then <em>SSH,</em> this adds the GSSAPI option to your PuTTY configurations GUI.</p>
<h3>PocketPuTTY</h3>
<p>The real geek will definitely need a portable version of PuTTY. This version runs on Windows Mobile 2003, 5.0 OS. This gives the power of remote connection to those that are on-the-go.</p>
<p>These five PuTTY add-ons will most certainly go a long way in making <strong>PuTTY sessions</strong> more convenient, flexible and time-saving instruments for SSH success.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/5-powerful-putty-add-ons-for-tech-support-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Resizable Window Option from PuTTY</title>
		<link>http://putty-download.com/remove-resizable-window-option-from-putty/</link>
		<comments>http://putty-download.com/remove-resizable-window-option-from-putty/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 22:54:43 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY Basics]]></category>

		<guid isPermaLink="false">http://putty-download.com/remove-resizable-window-option-from-putty/</guid>
		<description><![CDATA[Often a terminal session in PuTTY will require a specific width and height, for this reason PuTTY has a default configuration that allows users to resize their terminal windows. This allows the alteration of numbers of rows and columns. Many applications will recognize these changes and make their own adjustments in display accordingly. When applications [...]]]></description>
			<content:encoded><![CDATA[<p>Often a terminal session in<strong> PuTTY</strong> will require a specific width and height, for this reason PuTTY has a default configuration that allows users to resize their terminal windows. This allows the alteration of numbers of rows and columns.</p>
<p>Many applications will recognize these changes and make their own adjustments in display accordingly. When applications do not recognize alterations in resized windows, you may suffer from issues such as application crashes or corrupted displays. This is why you may need to disable the resizing options in PuTTY.</p>
<p><strong>Disabling Resizing Options in PuTTY</strong></p>
<ol>
<li>Open the <strong>PuTTY application</strong> and click on the Session link on the left-hand panel.</li>
<li>On the right-hand panel, click the Default Settings option, then the Load button.</li>
<li>In the right-side panel the Window option should be clicked, then select the Forbid resizing completely option.</li>
<li>Additionally, you can also choose to select an option that will only support the font size being changed instead of the rows and columns. To do this simply check the Change the size of the font on the displayed button options.</li>
<li>Once you have selected the desired formatting options, click on the Session link in the left-side panel.</li>
<li>Select the session name you originally labeled it with or you can choose the Default Settings option.</li>
<li>Click the Save button to save these settings.</li>
</ol>
<p>You will now be able to use the programs that were having corrupted display issues or other issues due to the resizable session terminal windows. However, if you correct this issue and are still receiving messages about corrupt display, or your application simply will not work with these PuTTY options enabled, you may have a problem with the original program. If so try heading back to the site you downloaded it from and check for bug fixes or other issues such as those you are experiencing. Chances are, someone who has had the same issue has found a fix that can help you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/remove-resizable-window-option-from-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Helpful PuTTY Tricks</title>
		<link>http://putty-download.com/4-helpful-putty-tricks/</link>
		<comments>http://putty-download.com/4-helpful-putty-tricks/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 22:36:38 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY Features]]></category>

		<guid isPermaLink="false">http://putty-download.com/4-helpful-putty-tricks/</guid>
		<description><![CDATA[PuTTY is an incredible SSH client that is light-weight and comes with a single .exe file with nothing else left to install. There are also a few cool tricks you can pull off with this application. Launch Frequently Used Sessions Quickly Create a PuTTY windows shortcut and rename it. Right-click on the shortcut and choose [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PuTTY</strong> is an incredible SSH client that is light-weight and comes with a single .exe file with nothing else left to install. There are also a few cool tricks you can pull off with this application.</p>
<h3>Launch Frequently Used Sessions Quickly</h3>
<ol>
<li>Create a PuTTY windows shortcut and rename it.</li>
<li>Right-click on the shortcut and choose <em>Properties</em>.</li>
<li>In the end append of the Target Field, add <em>-load putty-sessionname.</em></li>
</ol>
<p>Anytime you click on the newly created shortcut it will automatically load the PuTTY session you set.</p>
<h3>Start PuTTY in a Full Screen</h3>
<ol>
<li>Launch PuTTY and choose <em>Select a Session</em>.</li>
<li>Click <em>Load</em>. On the menu tree select <em>Window</em>, then <em>Behavior</em>.</li>
<li>On the right panel, check the box next to <em>Full Screen on Alt Enter</em>.</li>
</ol>
<p>You will now be able to select Alt + Enter anytime you have a PuTTY session open and have full screen capability.</p>
<h3>Launch PuTTY Session Window Maximized</h3>
<ol>
<li>Create shortcut for a PuTTY session.</li>
<li>Right-click on the shortcut and choose <em>Properties</em>.</li>
<li>Select the Run drop-down list and choose Maximized.</li>
</ol>
<p>From now on each time you use this particular PuTTY session shortcut it will open in a maximized mode.</p>
<h3>Delete All PuTTY Sessions Simultaneously</h3>
<p>If you have recently upgraded to a new computer, you may need this command. You will need to execute a PuTTY cleanup session. Once you have transferred your PuTTY sessions to a new machine you may need to execute this command.</p>
<p>In the command line enter  <em>C:&gt;putty -cleanup</em></p>
<p>You will receive a warning message announcing that the procedure will remove all of your registry entries.</p>
<p>Click <em>Yes</em> to remove all of your PuTTY sessions as well as the random seed files from your Windows registry.</p>
<p>This is the quickest process to removing your <strong>PuTTY sessions</strong>. If you are a regular user, manual deletion of each session can take a significant amount of time.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/4-helpful-putty-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass Firewalls with PuTTY</title>
		<link>http://putty-download.com/bypass-firewalls-with-putty/</link>
		<comments>http://putty-download.com/bypass-firewalls-with-putty/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 22:21:16 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[How to use PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/bypass-firewalls-with-putty/</guid>
		<description><![CDATA[When system administrators filter out traffic on most ports, it is highly probable that a user can still access mail or http servers as well as other computers on the network. There is no need to attempt to punch holes through the firewall, in fact, it is not recommended. There are ways around this issue, [...]]]></description>
			<content:encoded><![CDATA[<p>When system administrators filter out traffic on most ports, it is highly probable that a user can still access mail or http servers as well as other computers on the network. There is no need to attempt to punch holes through the firewall, in fact, it is not recommended.</p>
<p>There are ways around this issue, but in order to achieve them, you must have a bit of knowledge on how to manipulate SSH servers.</p>
<p>To begin you will need the PuTTY client. Once downloaded, execute the program.</p>
<p>Click on the <em>Session</em> tab and add the IP address of your SSH server and save the session.</p>
<h3>Creating Tunnels</h3>
<p>There are other servers you will need to gain access to. Select Tunnel and enter the values for each type of server. The mail server located at 192.168.0.5 and HTTP server with an IP destination of 192.168.0.60:80. Once entered click Add.</p>
<h3>Test Your Connections</h3>
<p>Open your SSH connection and select the session for the HTTP server. You should now be able to browse the available data.</p>
<h3>Set Up the Mail Server</h3>
<p>The correct location for your mail server is localhost. You are free to use any mail server you like. Microsoft Outlook, Postfix, Sendmail or Mozilla Thunderbird work for your purposes. You should notice the option to Leave messages on server. However, if you already have an email program on your computer, you may want to allow that mail server to remain default.</p>
<p>You will also need to assign an IP address to the adapter. The adapters will be supplied with consecutive address numbers. The first will be 10.0.0.1, the second will be 10.0.0.2 and so on. Be sure that you do not enter a default gateway.</p>
<p>Once you have completed the process you should reboot your computer and make sure you have no other instances of your mail server or HTTP access open.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/bypass-firewalls-with-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PuTTY For Home Security</title>
		<link>http://putty-download.com/putty-for-home-security/</link>
		<comments>http://putty-download.com/putty-for-home-security/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 22:15:15 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[How to use PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/uncategorized/putty-for-home-security/</guid>
		<description><![CDATA[Many people are beginning to become more proactive when it comes to the security systems installed in their homes. Often, once the security alarm is triggered, it can be too late to identify the perpetrators, which can ultimately be your only measure for retrieving your own items, most especially the sentimental ones, instead of a [...]]]></description>
			<content:encoded><![CDATA[<p>Many people are beginning to become more proactive when it comes to the security systems installed in their homes. Often, once the security alarm is triggered, it can be too late to identify the perpetrators, which can ultimately be your only measure for retrieving your own items, most especially the sentimental ones, instead of a form of restitution.</p>
<p>For this reason those who have a bit of knowledge and the desire to monitor their own homes, regardless of their location, many have begun to use applications such as <a href="http://putty-download.com/download-putty/">PuTTY</a>, in combination with digital or web cameras, to remotely monitor their own properties.</p>
<h3>Set Up</h3>
<p>To begin you will need to install the <a href="http://putty-download.com/download-putty/">PuTTY</a> application on your PC and set it up for remote access and viewing. Once complete, locate your IP address by typing ipconfig in the command prompt box. Record the IP number and save it, as well as the PuTTY installation file onto a flash drive.</p>
<p>Before leaving the host computer location do a minor check for a few key issues.</p>
<ol>
<li>Be certain you have set up your computer to allow remote connections.</li>
<li>Make sure you have an easy-to-access shortcut for your web cam hardware.</li>
<li>Check to be sure Windows Desktop Assistance is enabled.</li>
<li>Double-check that the area the cam points to is the desired one for remote viewing. Most users will have their camera pointing towards key entrances to their home, or secondary entrances such as garage or basement doors.</li>
<li>Be sure to leave your computer running. The monitor can be turned off to provide more covert coverage, however, you may than need to be certain there is an alternative light source for better quality viewing or recording.</li>
</ol>
<h3>Remote Monitoring</h3>
<p>Once you arrive at the PC you will be using to view your home PC, you will also need to install PuTTY onto it as well.</p>
<p>Once installed open the PuTTY program and enter the destination IP, the one recorded previously, into the Host Name box on the configuration user interface. Select the SSH option and click Open.</p>
<p>Once you have the remote desktop open, you can than initiate the web cam program. If you left it on, you have only to simply begin viewing. If you plan to video record the coverage you can initiate the recording from the host computer, or from the one that is viewing it. However, if you run the recording program from the remote computer, you may be required to leave the remote desktop visible to ensure you have recorded the proper view.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/putty-for-home-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Steps to Securing Firefox and Pidgin with PuTTY</title>
		<link>http://putty-download.com/5-steps-to-securing-firefox-and-pidgin-with-putty/</link>
		<comments>http://putty-download.com/5-steps-to-securing-firefox-and-pidgin-with-putty/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 22:07:35 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[PuTTY Features]]></category>

		<guid isPermaLink="false">http://putty-download.com/uncategorized/5-steps-to-securing-firefox-and-pidgin-with-putty/</guid>
		<description><![CDATA[There can be occasions when a user wants to connect to the world wide web through unknown networks such as Wi-Fi hotspots, in a secure fashion. Although there are other ways to secure a connection, often those methods are not practical for the circumstances or capabilities of some users. One option for securing your connection [...]]]></description>
			<content:encoded><![CDATA[<p>There can be occasions when a user wants to connect to the world wide web through unknown networks such as Wi-Fi hotspots, in a secure fashion. Although there are other ways to secure a connection, often those methods are not practical for the circumstances or capabilities of some users.</p>
<p>One option for securing your connection is to use an SSH client as well as a remote computer that you can control and trust.</p>
<h3>What You Will Need</h3>
<ol>
<li>You will need a remote host running an SSH</li>
<li>Firefox</li>
<li>Pidgin for your instant messenger needs</li>
<li>PuTTY installed and loaded on your local machine</li>
</ol>
<h3>Step One</h3>
<p>Execute PuTTY and create a new session. Have the session connecting to the remote host running the SSH server. You will need to be sure to fill in the hostname, the port number and to check the SSH option. Give the session a name and then save.</p>
<h3>Step Two</h3>
<p>You will need to configure your secure tunnel. Select <em>Tunnels </em>on the left and set up the dynamic forwarding for the local port. Under the <em>Add new forwarded port</em> option, type <em>7070</em> as the source port. Leave the destination blank and check<em> Dynamic</em> and <em>Auto</em>. Now click the <em>Add</em> button.</p>
<p>That should create your tunnel. There is no need for more than one, but remember to save your session so you do not have to repeatedly configure the tunnel for this activity.</p>
<h3>Step Three</h3>
<p>You will need to double-click on the connection profile. Type in the username and password once prompted. This will connect you to the remote SSH box.</p>
<h3>Step Four</h3>
<p>The next step is to configure Firefox. Head to the <em>Tools</em> option, <em>General,</em> and the <em>Connection Settings</em> option to bring up the next set of options to configure.</p>
<p>Select Manual proxy configuration. While you will leave most of the empty fields blank, you do need to enter 127.0.0.1 into the SOCKS Host field. For the port number enter 7070.</p>
<h3>Step Five</h3>
<p>Start up Pidgin and select the <em>Tools </em>option, and click <em>Preferences. </em>Choose the<em> Proxy </em>option, and select <em>SOCKS 5</em> as the proxy type. Enter the host as 127.0.0.1 and the port as 7070. Click on close.</p>
<p>You are done. From this point on, as long as you log into the remote SSH first with PuTTY, your Pidgin and Firefox traffic will be routed through a secure tunnel to the remote host, then out to the internet.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/5-steps-to-securing-firefox-and-pidgin-with-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Junior Network Administrator Saves the Day with PuTTY and Some Quick Thinking</title>
		<link>http://putty-download.com/a-junior-network-administrator-saves-the-day-with-putty-and-some-quick-thinking/</link>
		<comments>http://putty-download.com/a-junior-network-administrator-saves-the-day-with-putty-and-some-quick-thinking/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 21:51:13 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
				<category><![CDATA[PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/uncategorized/a-junior-network-administrator-saves-the-day-with-putty-and-some-quick-thinking/</guid>
		<description><![CDATA[The head of network services had been on the phone with Cisco for the last hour and the situation wasn’t improving. The network core router was still down and all the users were fuming because they couldn’t get any work done. Management was also getting frustrated because of the loss of revenue and productivity. The [...]]]></description>
			<content:encoded><![CDATA[<p>The head of network services had been on the phone with Cisco for the last hour and the situation wasn’t improving. The network core router was still down and all the users were fuming because they couldn’t get any work done. Management was also getting frustrated because of the loss of revenue and productivity. The network had to get fixed and fast. The administrator was trying everything he knew to get the core router back in service. He rebooted it several times and tried to access it via the local console cable, but nothing was working. One of the junior administrators suggested connecting to the core router remotely. This seemed like a stupid course of action because the network was down.</p>
<p>The junior administrator took the initiative to see what he could to do help the situation. He quickly searched the Internet for options on remote shell, telnet access to Cisco routers. The number one result turned out to be a remarkable Open Source program called PuTTY. The administrator downloaded PuTTY and launched it. He was surprised that there was no installation routine; PuTTY is a self-contained executable program and does not use registry entries or other supporting DLL files to run.</p>
<p>Once the program started, he input the IP address for the core network router; in this case it was also the default gateway address that was easily obtained. He then hit “Open” in PuTTY to connect to the core. To his amazement, the terminal session started without any delay. The junior administrator put in the network password and was instantly connected. The core terminal was reporting a problem with a failed power unit and was not able to boot because of the failed unit. He quickly notified the senior administrator and they worked quickly to remove the failed power supply. The unit would boot with it removed, but not with it installed. So after one additional reboot, the core network was running once again.</p>
<p>Thanks to PuTTY and the quick thinking of the junior administrator, this problem was resolved quickly and everyone was thankful to get back to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/a-junior-network-administrator-saves-the-day-with-putty-and-some-quick-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PuTTY Helps Revive a Failing PBX by Emulating a Dumb Terminal</title>
		<link>http://putty-download.com/putty-helps-revive-a-failing-pbx-by-emulating-a-dumb-terminal/</link>
		<comments>http://putty-download.com/putty-helps-revive-a-failing-pbx-by-emulating-a-dumb-terminal/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 21:46:04 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
				<category><![CDATA[PuTTY]]></category>

		<guid isPermaLink="false">http://putty-download.com/uncategorized/putty-helps-revive-a-failing-pbx-by-emulating-a-dumb-terminal/</guid>
		<description><![CDATA[The technicians were frantically digging through a pile of old server equipment, failed printers, old computers and miscellaneous parts trying to find enough pieces to patch together an old dumb terminal. They needed to assemble an old VTT terminal because the branch telephone PBX had a serious error and it had been several months since [...]]]></description>
			<content:encoded><![CDATA[<p>The technicians were frantically digging through a pile of old server equipment, failed printers, old computers and miscellaneous parts trying to find enough pieces to patch together an old dumb terminal. They needed to assemble an old VTT terminal because the branch telephone PBX had a serious error and it had been several months since anyone had touched the terminal or performed any regular maintenance. In the time since the last administrator used the terminal, something spilled on the keyboard and damaged the internal circuit boards. So, they had a failing production voice server, and no way to access the terminal session to see exactly what was wrong or how to fix it. The technicians even called the PBX vendor to ask if there was any other way to access the terminal other than the physical VTT terminal screen and keyboard.</p>
<p>It took more than an hour on hold to reach the PBX vendor’s technician because the company didn&#8217;t fully support the old equipment any longer. But, they found a technician who had worked for the company for the last 20 years and he had some ideas. They first needed to find a laptop computer with a serial port. Most laptops built in the last few years don’t contain a serial port, so this was yet another challenge. Then they needed to search for and download an Open Source program called PuTTY. The technician explained that PuTTY is an Open Source terminal emulation program that tricks the PBX mainframe into thinking there is a physical terminal connected when, in actuality, it is just this little amazing piece of software.</p>
<p>The technicians found the serial port enabled laptop, the cable and easily downloaded and installed the PuTTY software. They were now ready to connect and see what was wrong. They started up PuTTY and connected quite easily to the PBX terminal session. As soon as they connected and logged into the console, they saw that the CPU board on the main PBX cabinet was failing. It was trapping errors and processing some requests, but deflecting others. Thankfully the PBX system was setup with a redundant spare CPU in another cabinet. All that needed to be done was deactivate the faulty CPU and then activate the backup CPU as the primary system board. As soon as the configuration was saved, all call traffic returned to normal conditions. PuTTY and the seasoned PBX technician helped resolve the problem quickly, once all the components were put together.</p>
]]></content:encoded>
			<wfw:commentRss>http://putty-download.com/putty-helps-revive-a-failing-pbx-by-emulating-a-dumb-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

