<?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"><channel><title><![CDATA[puttygenn]]></title><description><![CDATA[puttygenn]]></description><link>https://puttygenn.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 17:44:19 GMT</lastBuildDate><atom:link href="https://puttygenn.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How to Use SSH Key Authentication by PuTTY  to secure connection on a Cisco Device]]></title><description><![CDATA[SSH keys are often made up of a public and private pair, making them a more secure alternative to password-based authentication. PuTTY, a popular Windows SSH client, provides PuTTYgen, a software that simplifies the production and management of SSH k...]]></description><link>https://puttygenn.hashnode.dev/how-to-use-ssh-key-authentication-by-putty-to-secure-connection-on-a-cisco-device</link><guid isPermaLink="true">https://puttygenn.hashnode.dev/how-to-use-ssh-key-authentication-by-putty-to-secure-connection-on-a-cisco-device</guid><category><![CDATA[PuTTy]]></category><dc:creator><![CDATA[puttygenn]]></dc:creator><pubDate>Thu, 21 Dec 2023 20:12:56 GMT</pubDate><content:encoded><![CDATA[<p>SSH keys are often made up of a public and private pair, making them a more secure alternative to password-based authentication. PuTTY, a popular Windows SSH client, provides PuTTYgen, a software that simplifies the production and management of SSH keys.</p>
<p>When using PuTTY to authenticate to a Cisco device via SSH keys, the SSH key generated by PuTTYgen must be converted into a format that Cisco devices understand.</p>
<p>Also check <a target="_blank" href="https://puttygenn.hashnode.dev/how-to-establish-secure-connection-to-raspberry-pi-from-ubuntu-by-putty">how to use SSH key authentication on Raspberry Pi from Ubuntu by using PuTTY.</a></p>
<p><strong>Using PuTTYgen to generate an SSH key pair:</strong></p>
<p>To produce a key pair, launch PuTTYgen and select "<strong>Generate</strong>."</p>
<p>To generate randomness, move your mouse over the blank area. Choose a key type, a key size, and a key type.</p>
<p>Click "<strong>Save private key"</strong> to save the private key.</p>
<p>To save the public key, click the "<strong>Save public key"</strong> button.</p>
<p><strong>Setup the PuTTY connection:</strong></p>
<p>Open PuTTY on Windows and input the public IP address or username of your remote server in the <strong>Hostname</strong> section.</p>
<p>Set the connection type to <strong>SSH</strong> and the port number to <strong>22</strong>.</p>
<p>Navigate to the <strong>Connection &gt; SSH &gt; Auth</strong> category on the left panel.</p>
<p>Click "Browse" and choose the private key generated by PuTTYgen.</p>
<p><strong>Maintaining the Connection:</strong></p>
<p>In the Saved Session section, give the connection a name and click "Save" to preserve it for later use.</p>
<p><strong>Create the Connection:</strong></p>
<p>To connect, press the "Open" button. When asked, enter your username and password.</p>
<p>Using PuTTY to enable SSH key authentication for Cisco devices provides a safe and efficient method of accessing and managing network equipment. SSH keys improve security by removing the requirement for password-based authentication, minimizing the danger of unwanted access and potential security breaches.</p>
]]></content:encoded></item><item><title><![CDATA[How to establish secure connection to Raspberry Pi from ubuntu by PuTTY?]]></title><description><![CDATA[Connecting to a Raspberry Pi with PuTTY from an Ubuntu machine entails building a safe and efficient communication channel. PuTTY, a popular SSH client, provides a secure connection that allows users to remotely interact with their Raspberry Pi.
Expl...]]></description><link>https://puttygenn.hashnode.dev/how-to-establish-secure-connection-to-raspberry-pi-from-ubuntu-by-putty</link><guid isPermaLink="true">https://puttygenn.hashnode.dev/how-to-establish-secure-connection-to-raspberry-pi-from-ubuntu-by-putty</guid><category><![CDATA[puttygen]]></category><category><![CDATA[PuTTy]]></category><dc:creator><![CDATA[puttygenn]]></dc:creator><pubDate>Thu, 21 Dec 2023 20:06:12 GMT</pubDate><content:encoded><![CDATA[<p>Connecting to a Raspberry Pi with PuTTY from an Ubuntu machine entails building a safe and efficient communication channel. PuTTY, a popular SSH client, provides a secure connection that allows users to remotely interact with their Raspberry Pi.</p>
<p>Explore <a target="_blank" href="https://www.evernote.com/client/web#/note/821280bf-918b-8bcb-9fb8-1b527184830f">how to establish secure connection to Node by using PuTTY.</a></p>
<p>Follow these steps to connect these two devices and provide command-line access and control of the Raspberry Pi's operations from an Ubuntu environment:</p>
<p><strong>Enabling SSH on the Raspberry Pi:</strong></p>
<p>Start up the Raspberry Pi terminal. Execute the following command:</p>
<p><strong>sudo raspi-config</strong></p>
<p>Navigate to the <strong>interface option,</strong> then pick SSH and enter. Then shut the window.</p>
<p><strong>Find the Raspberry Pi IP address here:</strong></p>
<p>Run the following command in the terminal to determine the Raspberry Pi's IP address:</p>
<p><strong>hostname -I</strong></p>
<p><strong>Setup PuTTY:</strong></p>
<p>If PuTTY is not already installed on your Ubuntu machine, use the commands below to install it:</p>
<p><strong>sudo apt update</strong></p>
<p><strong>sudo apt install putty</strong></p>
<p><strong>Setup the PuTTY connection:</strong></p>
<p>Launch the PuTTY configuration dialog. In the Hostname section, enter the Raspberry Pi IP address or username.</p>
<p>Set the connection type to SSH and the port number to 22.</p>
<p>To store the connection, enter a name in the "Saved Sessions" area and click store. When asked, enter your username and password.</p>
<p>You have successfully created a connection to the Raspberry Pi from Ubuntu using PuTTY to manage its operations remotely by following this procedure.</p>
]]></content:encoded></item></channel></rss>