On Tue, 21 Mar 2017 22:16:35 +0100
"Aldo Davide" <aldodav...@gmx.com> wrote:

> Hi all,
> 
> I have compiled screen from the git master branch. Now when I try to
> reattach an existing session (with screen -r) it always asks for my
> password. Is there any option to disable that?

Hi,

you can either replace Authenticate function in authentication.c with

void Authenticate() {
        return;
}

or use screen-v4 branch.

Cheers,
Amadeusz

_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to