According to wikipedia in the bash shell control+u
Clears the line content before the cursor and copies it into the clipboard
If I'm ssh'ed into a box and try that, the text certainly disappears but I have no idea where it goes. Can I access it somehow? I don't want to have to use xsel or set up x-forwarding, I am just curious if it is stored in some register somewhere remotely. For example, I tried starting vim and typing "*p or "+p to paste from the system clibpoard but am not having any luck.
If I use control+u remotely when ssh'ed to a box, where does it go, and can I access it?
-Xto your SSH options) should enable "*y in vim, if vim on the server has X-clipboard support built in. Otherwise, no, there's no shared clipboard.