Multi server setup and two way authentication

activate

Verified User
Joined
May 30, 2017
Messages
38
Location
Terneuzen, Netherlands
Hi all,

I have been trying to enable Multi Server while keeping two way authentication enabled.

Is this possible because so far I am just getting API errors when I test the connection?

Also when I run in debug mode I can see mention of two way auth when testing the connection.

I would really like to keep my two way authentication if possible.

Thanks in advance.

Kind regards,

Eelco Bosselaar
 
Hello Eelco,

You most likely need to create another admin without
Two-Step Authentication. You can even use Login keys for more restrictive access for extra admin. To disable it in SSH, set:

Code:
twostep_auth=no

/usr/local/directadmin/data/users/adminname/user.conf

- Login Keys
https://www.directadmin.com/features.php?id=1298
 
Hello Eelco,

You most likely need to create another admin without
Two-Step Authentication. You can even use Login keys for more restrictive access for extra admin. To disable it in SSH, set:

Code:
twostep_auth=no

/usr/local/directadmin/data/users/adminname/user.conf

- Login Keys
https://www.directadmin.com/features.php?id=1298

Thanks a lot zEitEr!

Somehow it never occurred to me to create another account.
Now I can get on to getting my own DNS arranged and importing stuff from external DNS.

Now to just get a nice tool to read DNS info and write zone files I guess.

Just added the extra admin accounts and now my 3 servers are communicating.

Thanks again,

AcTiVaTe
 
Back
Top