Published on October 20, 2024By DeveloperBreeze
How to Paste in an SSH Terminal Without a Mouse
For Linux or macOS Terminal:
- Copy:
Ctrl + Shift + C
to copy text. - Paste:
Ctrl + Shift + V
- Alternatively:
Cmd + V
(macOS) orShift + Insert
(Linux).
For Windows (PuTTY or Similar SSH Clients):
- Copy: Select text (it automatically copies to the clipboard).
- Paste:
Right-click
orShift + Insert
.
For Windows Subsystem for Linux (WSL) with Windows Terminal:
- Copy:
Ctrl + Shift + C
- Paste:
Ctrl + Shift + V
For tmux or screen session:
- Copy and Paste in tmux:
- Copy:
Ctrl + B
then[
, navigate to the text, pressEnter
to copy. - Paste:
Ctrl + B
then]
.
Comments
Please log in to leave a comment.