I have a remote server where I need to test something on it in an offline state. I have someone on-site who can help with this, but need a way to get them access to the headless server.
Is there some way for me to actually unlock a real TTY on their remote computer on a headless server via ssh? Or, could I redirect command output to a TTY without a user logged into it? Could screen help? I don't have much experience with screen but I've seen some similar topics where it was useful to this.
Thanks!