8

I use KiTTY (a PuTTY derivative) to access SSH servers from a Windows PC. But I can't find how to paste text from Windows clipboard into KiTTY SSH console (neither Ctrl+V, nor Ctrl+Shift+V seem to work, and there does not seem to be Copy/Paste commands in the window's context menu). Maybe you know?

3 Answers 3

4

Right-click somewhere inside the terminal window.

I pasted "administrator" by right-clicking somewhere inside the terminal window. (The black area)

enter image description here

2
  • Thanks. I've seen this, but thought it only pastes what is selected inside the KiTTY window itself.
    – Ivan
    Commented Mar 7, 2011 at 0:52
  • Heads-up: I have to press Shift for the right-click to work. (Kitty version: 0.76)
    – Sz.
    Commented Jun 12, 2023 at 18:28
8

Copy and paste works similarly to the X Window System. You use the left mouse button to select text in the PuTTY window. The act of selection automatically copies the text to the clipboard: there is no need to press Ctrl-Ins or Ctrl-C or anything else. The only thing you need to do, to copy text to the clipboard, is to select it. To paste the clipboard contents into a PuTTY window, by default you click the right mouse button. You can also paste by pressing Shift-Ins.

see: http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html

2

To paste into a terminal window press Shift+Insert.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .