When I remote detach a screen session and connect to it myself (screen -r -d), I see the following on the detached session.
[remote detached]
Is it possible to change this message?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s hard-coded in the screen source (line:
1745ofscreen.cin Screen v 4.0.3):You can try editing that part and recompiling the source.