duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
896 stars 79 forks source link

Paste text to consoles #80

Closed JonnyTech closed 7 years ago

JonnyTech commented 7 years ago

Is it possible to paste text from the clipboard into the cssh consoles? (I have a rather long an complicated password that I would rather not type in.) I am on Debian and the usual keyboard combination of CTRL+SHIFT+V does not work.

duncs commented 7 years ago

CTRL-V should be enough as the console is a normal X window, not a terminal. Also pasting with the middle or right click (depending on your wm) should work

Duncs

On 28 Mar 2017, at 16:37, JonnyTech notifications@github.com wrote:

Is it possible to paste text from the clipboard into the cssh consoles? (I have a rather long an complicated password that I would rather not type in.) I am on Debian and the usual keyboard combination of CTRL+SHIFT+V does not work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

JonnyTech commented 7 years ago

Thanks, but none of those options worked - I should have said that I tried those first.

X documentation states add *selectToClipboard: true to the /etc/X11/app-defaults/XTerm file.

After that, I can restart ClusterSSH and paste with CTRL+V

Cheers for the X pointer - maybe this should be added to the FAQ.

duncs commented 7 years ago

Thanks for the info - FAQ entry duncs/clusterssh added

|

duncs/clusterssh clusterssh - Cluster SSH - Cluster Admin Via SSH | |

|

|

On Tuesday, 28 March 2017, 19:03, JonnyTech <notifications@github.com> wrote:

Thanks, but none of those options worked - I should have said that I tried those first.X documentation states add *selectToClipboard: true to the /etc/X11/app-defaults/XTerm file.After that, I can restart ClusterSSH and paste with CTRL+VCheers for the X pointer - maybe this should be added to the FAQ.— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.