I use PuTTY all the time to SSH into a server. Within that server, I then connect into a container. Within the server, I can use the standard PuTTY copy/paste using highlight and right click to copy and paste. Everything works fine. But when I then exec into the container I can no longer copy/paste. Any ideas of what I need to do/change?
- Open Server 1 using PuTTY
- Copy and paste works as expected
- from the prompt on that server
docker exec -it <container> bash
- Copy and paste no longer works
Any idea what I can do to make PuTTY cut and paste within this container?