# Clipboard Via SSH ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2024-04-01]] ## NC Client ``` ssh d7l nc -l 2000 | ctrlc ``` Server ``` date | nc -q 0 localhost 2000 ``` ## OSC52 - [theimpostor/osc: Access the system clipboard from anywhere using the ANSI OSC52 sequence (github.com)](https://github.com/theimpostor/osc) - [ojroques/vim-oscyank: A Vim plugin to copy text through SSH with OSC52 (github.com)](https://github.com/ojroques/vim-oscyank)