<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: puttykeyinfo</title>
    <description>The latest articles on DEV Community by puttykeyinfo (@puttykeyinfo).</description>
    <link>https://dev.to/puttykeyinfo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1221018%2Fca341e7f-2b32-457a-82b5-1bdd18b75321.png</url>
      <title>DEV Community: puttykeyinfo</title>
      <link>https://dev.to/puttykeyinfo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/puttykeyinfo"/>
    <language>en</language>
    <item>
      <title>How to reboot the Cisco Switch using PuTTY?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 20:05:47 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-to-reboot-the-cisco-switch-using-putty-3l9i</link>
      <guid>https://dev.to/puttykeyinfo/how-to-reboot-the-cisco-switch-using-putty-3l9i</guid>
      <description>&lt;p&gt;Remotely rebooting Cisco switching devices typically takes place over SSH terminal connection, by using PuTTY. By enabling vty account access and confirming operational IP connectivity to target devices, PuTTY securely tunnels encrypted traffic to enact maintenance events. &lt;/p&gt;

&lt;p&gt;After authenticating as highly privileged users and entering Cisco configuration modes, the reload command issues system reboot requests cleanly and securely over the authenticated PuTTY channels.&lt;/p&gt;

&lt;p&gt;To reboot a Cisco switch using PuTTY, follow these steps:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download and install PuTTY:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Download and install PuTTY on your computer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect to the Cisco Switch:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Open PuTTY configuration on your computer,&lt;/p&gt;

&lt;p&gt;In the &lt;strong&gt;HostName&lt;/strong&gt; section, enter the IP address or username of the Cisco switch.&lt;/p&gt;

&lt;p&gt;Change the connection type to &lt;strong&gt;SSH&lt;/strong&gt; and port to &lt;strong&gt;22&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Click on &lt;strong&gt;Open&lt;/strong&gt; to make the connection to the Cisco switch.&lt;/p&gt;

&lt;p&gt;When you connect, enter the username and password when prompted.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m7nyAfd2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2d6zkk06r2nwmag8rfmv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m7nyAfd2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2d6zkk06r2nwmag8rfmv.png" alt="Image description" width="447" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Access Privileged EXEC Mode:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After logging in, you need to access privileged EXEC mode, run command:&lt;br&gt;
&lt;strong&gt;enable&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enter Global Configuration Mode:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enter global configuration mode by running command:&lt;br&gt;
&lt;strong&gt;configure terminal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reboot the Switch:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To start the reboot, use command:&lt;br&gt;
&lt;strong&gt;reload&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The switch will prompt you to confirm. Type yes and press Enter.&lt;/p&gt;

&lt;p&gt;In conclusion, PuTTY remains flexible utility for Cisco devices by providing a secure IP vector for remotely performing maintenance events on essential switching tools. Cisco IOS native authentication and accessibility methods work consistently with PuTTY terminal prompter to provide smooth execution of privileged system restart sequence&lt;/p&gt;

&lt;p&gt;You can also use use &lt;a href="https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn"&gt;SSH key authentication on Cisco device for secure connection by uisng PuTTY.&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>putty</category>
      <category>puttygen</category>
      <category>cisco</category>
      <category>ssh</category>
    </item>
    <item>
      <title>How to Resolve “Software caused connection abort” error when connecting Raspberry Pi from PuTTY?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 19:59:51 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-to-resolve-software-caused-connection-abort-error-when-connecting-raspberry-pi-from-putty-240i</link>
      <guid>https://dev.to/puttykeyinfo/how-to-resolve-software-caused-connection-abort-error-when-connecting-raspberry-pi-from-putty-240i</guid>
      <description>&lt;p&gt;When connecting to a Raspberry Pi, the "Software caused connection abort" error in PuTTY occurs. This error often indicates disturbance in the communication between your computer and the Raspberry Pi, leading to an unexpected termination of the connection.&lt;/p&gt;

&lt;p&gt;We provide the common causes and provide other options to help you determine and solve the connection abort problem, ensuring an easy and stable connection to your Raspberry Pi.&lt;/p&gt;

&lt;p&gt;The "Software caused connection abort" error in PuTTY when connecting to a Raspberry Pi can be caused by various factors. &lt;/p&gt;

&lt;p&gt;Also check using &lt;a href="https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn"&gt;cryptographic key for authentication on Cisco device.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are some common reasons and solutions:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Network Issues:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check your computer and the Raspberry Pi network connections. Make sure that both devices are on the same network and that there are no network disturbances.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Firewall Configuration:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Verify your computer and the Raspberry Pi firewall settings. Check that the SSH port is allowed through the firewall.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Incorrect IP Address:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Confirm that you are connecting to the Raspberry Pi using the correct IP address. Running the command hostname -I on the Raspberry Pi will display the IP address.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Insufficient Raspberry Pi storage&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check that the Raspberry Pi has enough storage to handle the SSH connection. Consider optimizing or upgrading the Raspberry Pi if its capacity is insufficient.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PuTTY Configuration Issues:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Review the PuTTY configuration. Check that the correct settings, such as the IP address, port, and connection type (SSH), are configured.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Antivirus Safety:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Some anti-virus and security applications can trigger SSH connections to be unsuccessful. Disable or modify the settings of any such program temporarily to see if it resolves the problem.&lt;/p&gt;

&lt;p&gt;By checking all these issues, you can resolve the Software caused connection abort error when connecting to Raspberry Pi from PuTTY. Now you can successfully connect to Raspberry Pi to manage the function.&lt;/p&gt;

</description>
      <category>putty</category>
      <category>puttygen</category>
      <category>raspberrypi</category>
      <category>ssh</category>
    </item>
    <item>
      <title>How to open QFitsView in PuTTY from Mac?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 19:54:41 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-to-open-qfitsview-in-putty-from-mac-2fo1</link>
      <guid>https://dev.to/puttykeyinfo/how-to-open-qfitsview-in-putty-from-mac-2fo1</guid>
      <description>&lt;p&gt;QFitsView is a strong and popular FITS file viewer for astronomy and astrophysics. FITS is a standard format used to store, transport, and interpret scientific data, particularly astronomical images and spectra. QFitsView is an effective tool for astronomers to examine and study FITS files, involving a variety of features to improve understanding of astronomical data.&lt;/p&gt;

&lt;p&gt;When working with QFitsView on a Mac, there may be times when accessing it remotely on a server is required. This is done by combining PuTTY, an SSH client, and XQuartz, an X Window System for macOS. X11 forwarding is used to display the graphical interface of QFitsView on the local computer, improving the user ability to navigate.&lt;/p&gt;

&lt;p&gt;Also check &lt;a href="https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn"&gt;how to implement SSH key authentication on Cisco device by using PuTTY&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want to use QFitsView on a remote server via PuTTY from your Mac include some steps:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisite:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download PuTTY:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Download and install PuTTY on your computer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install XQuartz:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Make sure you have XQuartz installed on your Mac. XQuartz is a MacOS open-source version of the X Window System.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open XQuartz:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By launching XQuartz, you are configuring your Mac to receive and show graphical output from remote servers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open PuTTY:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Launch PuTTY configuration windows, In the **hostname **section, Enter remote server IP address or hostname.&lt;/p&gt;

&lt;p&gt;Set the connection to SSH and port to 22. &lt;/p&gt;

&lt;p&gt;On the left panel, go to &lt;strong&gt;Connection &amp;gt; SSH &amp;gt; X11&lt;/strong&gt;, Select the Enable X11 forwarding.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e0lIKs2L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qwggg3lckgrah6huqabm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e0lIKs2L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qwggg3lckgrah6huqabm.png" alt="Image description" width="448" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click on &lt;strong&gt;Open&lt;/strong&gt; to make the connection.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Run QfitsView:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To open the qfitsview from your server from Mac, run command.&lt;br&gt;
&lt;strong&gt;path to/qfitsview&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;remove &lt;strong&gt;path to&lt;/strong&gt; with the exact path of the qfitsview.&lt;/p&gt;

&lt;p&gt;The graphical interface of QFitsView should appear on your local machine.Additionally, ensure that XQuartz is running and active on your Mac during this process.&lt;/p&gt;

</description>
      <category>putty</category>
      <category>puttygen</category>
      <category>puttykeyinfo</category>
      <category>puttyformac</category>
    </item>
    <item>
      <title>How to fix "PuTTY Fatal error: network is unreachable"?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 19:33:15 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-to-fix-putty-fatal-error-network-is-unreachable-45k3</link>
      <guid>https://dev.to/puttykeyinfo/how-to-fix-putty-fatal-error-network-is-unreachable-45k3</guid>
      <description>&lt;p&gt;PuTTY popular SSH client allows user to connect to remote server securely. But sometimes PuTTY Fatal Error network is unreachable while trying to make the connection between devices.&lt;/p&gt;

&lt;p&gt;This error indicates that PuTTY is unable to establish a network connection with the specified host, leading to a failed SSH session. This article provides steps to encounter this Fatal error to establish the smooth connection.&lt;/p&gt;

&lt;p&gt;Explore how to &lt;a href="https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn"&gt;enable ssh authentication on Cisco device&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fix PuTTY Fatal error: network is unreachable&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Verify Network Connection:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Make sure your local system has a stable and active internet connection.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disable Firewall and Anti-virus temporarily:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Temporarily disable the firewall on your local machine and try connecting again.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Router/Network Issues:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're connecting to a remote server on a different network, check for issues with routers, switches, or any network devices in between. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DNS Resolution:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're using a hostname instead of an IP address, ensure DNS that resolution is working correctly. Try using the IP address directly to see if it makes a difference.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proxy Setting:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are using a proxy, make sure your proxy settings in PuTTY are accurate. Check PuTTY Connection &amp;gt; Proxy settings to see if they are suitable for your network.&lt;/p&gt;

&lt;p&gt;By performing these tasks this PuTTY fatal error is diagnose&lt;/p&gt;

</description>
      <category>putty</category>
      <category>puttyerror</category>
      <category>puttygen</category>
      <category>secureaccess</category>
    </item>
    <item>
      <title>How do I configure PuTTY settings when using a USB to connect to a Cisco device console port?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 19:26:52 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-do-i-configure-putty-settings-when-using-a-usb-to-connect-to-a-cisco-device-console-port-gem</link>
      <guid>https://dev.to/puttykeyinfo/how-do-i-configure-putty-settings-when-using-a-usb-to-connect-to-a-cisco-device-console-port-gem</guid>
      <description>&lt;p&gt;Configuring PuTTY for connecting to a Cisco device's console port involves going through many essential parts. These critical components, which include the USB-to-serial converter, COM port identification, and PuTTY settings adjustment, make up the foundation of a smooth connection process. In this guide, we will provide an understanding of the essential components needed to successfully interact with Cisco device using PuTTY.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisite&lt;/strong&gt;:&lt;br&gt;
Download and install PuTTY on your local computer.&lt;/p&gt;

&lt;p&gt;Connect the USB-to-Serial Adapter&lt;/p&gt;

&lt;p&gt;Insert the USB-to-serial adapter into the USB port on your computer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install USB-to-Serial Adapter Drivers:&lt;/strong&gt;&lt;br&gt;
Ensure that the USB-to-serial adapter drivers are installed on your computer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Identify the COM Port:&lt;/strong&gt;&lt;br&gt;
On your computer, open the Device Manager.&lt;br&gt;
Under the Ports section, look for the USB Serial Port.&lt;/p&gt;

&lt;p&gt;Note down the COM port number assigned to your USB-to-serial adapter e.g. COM1, COM2.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PuTTY configure connection:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Open PuTTY on your computer.&lt;/p&gt;

&lt;p&gt;On the left panel, go to the Serial category.&lt;/p&gt;

&lt;p&gt;Enter the COM port number (for example, COM1) in the Serial line section.&lt;/p&gt;

&lt;p&gt;Set the baud rate to match the device you're connected to e.g. 9600.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wlKaimFW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mjfwxvjgj0s27m2o61ub.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wlKaimFW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mjfwxvjgj0s27m2o61ub.png" alt="Image description" width="448" height="433"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Configure Other Serial Settings:&lt;/strong&gt;&lt;br&gt;
Adjust the data bits, stop bits, and parity settings according to the requirements of your Cisco device. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YjF_Sfsy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ih4iw30a76vyg99am0ae.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YjF_Sfsy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ih4iw30a76vyg99am0ae.png" alt="Image description" width="447" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Save Session Settings:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can also save these settings for later use by entering a session name in the Saved Sessions section and click on save to save the session.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vqTxJVJ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xcu9qgasp3jj7w5k2606.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vqTxJVJ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xcu9qgasp3jj7w5k2606.png" alt="Image description" width="451" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Establish connection:&lt;/strong&gt;&lt;br&gt;
Click on Open to make the connection. Enter the username and password when prompted.&lt;/p&gt;

&lt;p&gt;You should now see the console interface of your Cisco device in the PuTTY window. Finally, you have successfully configured PuTTY to connect to the console port of the Cisco device via a USB. The connection has been formed by identifying the COM port, establishing the baud rate, and defining other critical settings. You are now connected to the Cisco device console prepared to do any necessary setup, management, or troubleshooting operations.&lt;/p&gt;

&lt;p&gt;You can also use&lt;a href="https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn"&gt; SSH key authectication to connect Cisco device by using PuTTY.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>putty</category>
      <category>cisco</category>
      <category>puttygen</category>
      <category>puttykey</category>
    </item>
    <item>
      <title>How to use SSH Key Authentication on Cisco Device by using PuTTY?</title>
      <dc:creator>puttykeyinfo</dc:creator>
      <pubDate>Sat, 16 Dec 2023 19:11:09 +0000</pubDate>
      <link>https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn</link>
      <guid>https://dev.to/puttykeyinfo/how-to-use-ssh-key-authentication-on-cisco-device-by-using-putty-1dhn</guid>
      <description>&lt;p&gt;The Secure Shell, or SSH, protocol plays an essential role in providing encrypted and secure communication between devices. In Cisco device, strong authentication is essential. This article uses SSH keys for authentication to Cisco devices using PuTTY as the interface in a Windows environment.&lt;/p&gt;

&lt;p&gt;SSH key usually consist of a public and private pair, providing a more secure alternative to password-based authentication. PuTTY, a popular SSH client for Windows, includes PuTTYgen, a utility that simplifies the creation and maintenance of SSH keys.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisite:&lt;/strong&gt;&lt;br&gt;
Download PuTTY and PuTTYgen on your local Windows, if you don't have.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Generating SSH Key Pair with PuTTYgen:&lt;/strong&gt;&lt;br&gt;
Open PuTTYgen, to &lt;a href="https://puttykeyinfo.com/"&gt;generate public and private key for secure connection&lt;/a&gt;.&lt;br&gt;
Move your mouse over the blank area to generate randomness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Select key type:&lt;/strong&gt;&lt;br&gt;
Select the key size and key type.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Save the Keys:&lt;/strong&gt;&lt;br&gt;
Click on Save private key to save the private key. This file generally has a .ppk extension.&lt;br&gt;
Click on Save public key to save the public key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Configure PuTTY connection:&lt;/strong&gt;&lt;br&gt;
Open PuTTY on your Windows, enter your remote server public IP address or username in the Hostname section.&lt;/p&gt;

&lt;p&gt;Set the connection to SSH and port to 22.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FGdI-5Zi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6a3ry9vrw7w046esohqc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FGdI-5Zi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6a3ry9vrw7w046esohqc.png" alt="Image description" width="446" height="438"&gt;&lt;/a&gt;&lt;br&gt;
On the left panel, navigate to the Connection&amp;gt;SSH&amp;gt;Auth category. &lt;/p&gt;

&lt;p&gt;Click on Browse and select the PuTTYgen-generated private key.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KQIeAs40--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cjwhwvxlplcppkkputex.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KQIeAs40--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cjwhwvxlplcppkkputex.png" alt="Image description" width="448" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Saving session:&lt;/strong&gt;&lt;br&gt;
Enter a name in the Saved Session section and click on save to save the connection for later use.&lt;/p&gt;

&lt;p&gt;Establish the connection:&lt;br&gt;
Click on Open to make the connection.&lt;br&gt;
Enter the username and password when prompted.&lt;/p&gt;

&lt;p&gt;Using PuTTY for enabling SSH key authentication for Cisco devices provides a secure and efficient solution to access and manage network devices. By eliminating the need for password-based authentication, SSH keys improve security by lowering the risk of unauthorized access and potential security breaches.&lt;/p&gt;

</description>
      <category>putty</category>
      <category>puttygen</category>
      <category>puttykeygenerator</category>
      <category>secureconnection</category>
    </item>
  </channel>
</rss>
