Is it possible to peek at the contents of a running screen session?
In order words, look through the window without going in to the room!
e.g.
ssh user@remote.server screen --look (and show me what's happening)
I suppose a bit like a quick attach and detach in one go while using SSH.
Do you follow me?