Cut / Paste

Proximate

Member
Feb 13, 2022
219
13
23
65
Is there any chance that the console allows or will eventually allow cut/paste?
There so so many situations where I have to enter huge long complicated passwords to get in via the console and pasting would be so much more efficient.
 
Is there any chance that the console allows or will eventually allow cut/paste?
There so so many situations where I have to enter huge long complicated passwords to get in via the console and pasting would be so much more efficient.

I have this issue also.

I built a small nodejs web app you can run in one place on the network and access it from any other VM through a browser. It uses websockets to share the clipboard contents with all other clients. You may find it useful.

https://gist.github.com/aarif/7dfea2e15e9b00d03d684a89b4800628

PS. There is no security built in. It's not meant to be deployed publicly. On a lan you control should be fine.