<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[tutorial blog - The ServerHub Blog]]></title><description><![CDATA[We are a skilled group of Internet Nerds, with a wild passion for bettering the internet. Here we share our thoughts, ideas, aspirations, and even challenges of running a global platform.]]></description><link>https://blog.serverhub.com/</link><generator>Ghost 0.7</generator><lastBuildDate>Mon, 29 Dec 2025 08:40:23 GMT</lastBuildDate><atom:link href="https://blog.serverhub.com/tag/tutorial-blog/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How to Install and Use PuTTY to SSH into your web server]]></title><description><![CDATA[One of the most powerful tools that you will use with your bare metal dedicated server is definitely SSH]]></description><link>https://blog.serverhub.com/connecting-to-your-web-server-over-ssh-using-putty/</link><guid isPermaLink="false">975cdff2-4977-4b0b-ac31-13e2562e54f1</guid><category><![CDATA[how-to-guide]]></category><category><![CDATA[tutorial blog]]></category><category><![CDATA[ssh]]></category><category><![CDATA[putty]]></category><category><![CDATA[how to use your web server]]></category><dc:creator><![CDATA[John Brancela]]></dc:creator><pubDate>Thu, 28 Mar 2019 20:54:58 GMT</pubDate><media:content url="http://blog.serverhub.com/content/images/2019/03/ssh_684663268.jpg" medium="image"/><content:encoded><![CDATA[<img src="http://blog.serverhub.com/content/images/2019/03/ssh_684663268.jpg" alt="How to Install and Use PuTTY to SSH into your web server"><p>One of the most powerful tools that you will use with your ServerHub Bare Metal Servers, VPS Servers or Cloud Instances is definitely SSH. SSH which stands for Secure Shell is a cryptographic network protocol for operating network services securely over a typically unsecured network. It is by far an important tool outside of using IPMI (Intelligent Platform Management Interface) to directly connect to and manage your server.<br><br></p>

<p>In this blog article, we will cover step by step how you can load PuTTY and correctly set up your tunnel so you can begin SSHing into your server. <br><br></p>

<p></p><h4> Requirements - Install PuTTY </h4><br><p></p>

<p>Before you start, you'll need:</p>

<p>Your SSH login credentials. <br>
Be familiar with connecting to your server via SSH. <br><br></p>

<p></p><h4> Step 1 - Install PuTTY </h4><br><p></p>

<p>If you haven't already done so. Be sure to install puTTY. You can quickly and easily download it here: <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html</a></p>

<p>By now your installation should be complete.<br><br></p>

<p></p><h4> Step 2 - Using PuTTY to Connect to your Bare Metal Server </h4><br><p></p>

<p>Now that you've opened your newly installed program. You will be prompted to enter in your connection settings to begin logging into your server via SSH. <br><br></p>

<p>Enter your connection settings: <br>
Host Name: example.com OR 0.0.0.0 (this is an example and should be replaced by your FQDN or IP) <br>
Port: 22 (leave as default) <br>
Connection Type: SSH (leave as default)<br><br></p>

<p>Now that you have filled that in, click the Open button to begin your session. <br><br></p>

<p>If this is your first time connecting to the server from this computer, you will see the following output. Accept the connection by clicking Yes.<br><br></p>

<p>Once the SSH Connection is open, you should see a terminal prompt asking for your username:<br><br></p>

<p>login as: <br>
Connect with your SSH user of choice. <br>
Now that you have gotten this far, enter your password. <br><br></p>

<p>You should now be logged into your server with SSH while using PuTTY. </p>

<p>You can begin typing commands at the prompt and managing your server.</p>]]></content:encoded></item></channel></rss>