I am logged in via ssh int a foreign Linux box, and the owner want to assist me from tty1. I tried to convince him to log also in and share a screen with me.
He insists he want to assist me from tty1. Is there a way to make a screen with a console and a terminal ?
I want to explain a bit more . A tty is a native terminal device, the back-end is either hardware or kernel emulated.
A pty (pseudo terminal device) is a terminal device which is emulated by an other program (example: xterm, screen, or ssh are such programs).
My question is if I can make somehow to share a session with a tty in the way we share sessions on screen.