How to copy remote machines text to local machines clipboard through SSH?
- by recluze
I work on a remote machine through ssh. I have a very large text file there (approx. 500 lines) which I usually need to modify, then copy the contents of that file and paste it in my local browser. The way I usually do this is cat filename and then select/copy the ssh output. That takes a lot of time.
I was wondering if there is a utility that will put the remote file's contents in my local clipboard.