How to install Putty on Linux - Ubuntu

Опубликовано: 30 Сентябрь 2024
на канале: Enkripsan
2,897
24

Learn the process of installing Putty on Linux - Ubuntu. Putty is a free and open-source terminal emulator, serial console, and network file transfer application, used for remote access.

🔧 Let's get started with the installation process on my Ubuntu 22.04 computer. Putty is commonly used to access and manage remote systems through SSH, telnet, or serial connections. While it is primarily used on Windows, we can also install and use it on Linux platforms.

📌 First, we need to add a repository named "universe" by using the command "sudo add-apt-repository universe". This step involves downloading the necessary packages to the local repository, so please be patient.

⚙️ Once the repository is added and downloaded, run the command "sudo apt update". Next, execute the Putty installation command with "sudo apt install -y putty". Allow the installation process to complete.

✅ Great! Putty is now installed on my PC. To verify the installation, I run "putty --version" in the terminal. The displayed information confirms that Putty is successfully installed on this system. To further test its functionality, I demonstrate how to access a remote server using SSH within the Putty interface.

👀 As you can see on the screen, I am successfully logged into the remote server and have gained access to the remote machine's terminal using Putty.

🎉 That's it, folks! You have now learned how to install and run Putty on a Debian-based Linux distribution like Ubuntu. I hope this video was informative and helpful to you. If you found it useful, please consider subscribing to our channel for more helpful tutorials. Thank you for watching, and we'll see you in our next videos. Have a fantastic day! Goodbye.