On Tue, 21 Mar 2017 22:16:35 +0100
"Aldo Davide" <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/screen-users