How to send data to local clipboard from a remote SSH session

Borderline ServerFault question, but I’m programming some shell scripts, so I’m trying here first 🙂 Most *nixes have a command that will let you pipe/redirect output to the local clipboard/pasteboard, and retrieve from same. On OS X these commands are pbcopy, pbpaste Is there anyway to replicate this functionality while SSHed into another server? That … Read more