I want to paste the contents of my clipboard on machine A (client - Windows 7), to machine B (Ubuntu 16.04 Server). I followed the instructions here, but I'm still having the same problem. Here is the error message:
Error: Clipboard on X11 requires that the DISPLAY envvar be configured.
I do have Xming
installed on my windows machine!
xclip
is already installed on the Ubuntu server. When I connect to the server via PuTTy, I use the following configuration at /etc/ssh/sshd_config
:
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
And here in my PuTTy config.
What else do I need to be able to paste the clipboard of machine A to B?
The reason my Ubuntu server is a "Shiny" server, and in my "Shiny" app I want to paste data from the clipboard.
localhost:0.0
, but nothing changed ! – Ali Dec 15 '17 at 16:01