Table of Contents
Putty is one of the most popular open-source terminal emulators and network file transfer programs. Even though the software has been around for over 20 years and is used by a lot of people, many users don’t know how to use some of its most basic features. One of these is being able how To Copy And Paste With Putty.
Here is a guide to help you figure out how to copy and paste commands in PuTTY if you have trouble adding commands from other sources. Unfortunately, the emulator doesn’t support the most common Windows commands for copying and pasting. No one knows for sure why this isn’t there, but there are still other ways to enter the same code that aren’t the usual ones.
How To Copy And Paste With Putty
Default Copy Paste Options in PuTTY
- For instance, to copy the text, you simply hold and drag the left mouse button so as to select the text.
- Upon releasing the button, the text will be copied to the clipboard. After you’ve released the left button, you can also use the middle button to extend the selection.
- You can also double-click with the left mouse button to select a word, and triple-click to select a sentence.
- If you want to make a rectangular block selection instead of the usual one that encompasses the entire line, you can use Alt + drag for this by default. In some UNIX environments, you may instead have to use Shift + Alt + drag.
- PuTTY uses right-click by default for pasting the text. You can use the arrow keys to position the cursor appropriately, then right-click to paste the contents from the clipboard.
- You can press CTRL + Right Click to bring up the contextual menu and select paste for the same purpose. Pressing CTRL + Insert or Shift + Insert also accomplishes the same thing if you prefer keyboard shortcuts.
What Is PuTTY?
PuTTY is a popular client-side program that works with the SSH, Rlogin, and Telnet network protocols. It can be used on Windows, macOS, Unix, and Unix-like systems like Linux. These protocols are used to run remote sessions between computers in a secure way over an unsecured network. This lets one computer control another.
Simon Tatham, a British programmer, wrote PuTTY and is still in charge of it for the most part. It is licensed under the MIT scheme. The first version of the program was made available to the public in January 1999. For the past 20 years, it has been one of the most popular utilities for Windows administrators who want to use open-source software.
How Does PuTTY Work?
PuTTY is a way for the client side of remote sessions to talk to the server. It works only in the session where the information is shown, not on the machine where the session is running. You are sitting at the computer you are talking to and typing directly into its command-line console.
It gives you a visual way to send commands to and get responses from another machine on your network, even if it has a different operating system.
FAQs
You can then paste this by right-clicking in the PuTTY window and it will paste your selection. Ctrl + C/V will not do anything. For copying from Windows into PuTTY, you can copy the text you need to the normal way (Ctrl + C or Right Click and select Copy) and then inside your PuTTY window, just right click.
If you are using PuTTY as the terminal emulator in Linux, click the PuTTY terminal window to make it active, and then click the middle mouse wheel to paste the contents into the window. Alternatively, you can click both the right and left mouse buttons together to paste the contents.
If you double-click the left mouse button, PuTTY will select a whole word. If you double-click, hold down the second click, and drag the mouse, PuTTY will select a sequence of whole words. (You can adjust precisely what PuTTY considers to be part of a word; see section 4.12. 1.)
Once you have text highlighted within the terminal, you can use CTRL + SHIFT + C on your keyboard to copy it. If this doesn’t work for you, you can press the CTRL + INSERT keys on your keyboard to copy. The INSERT key is often abbreviated to INS on your keyboard.