How to copy remote machines text to local machines clipboard through SSH?
Posted
by
recluze
on Super User
See other posts from Super User
or by recluze
Published on 2012-04-05T03:28:41Z
Indexed on
2012/04/05
5:33 UTC
Read the original article
Hit count: 488
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.
© Super User or respective owner