The password and public-key authentication methods are set up by default on both Tectia Client and Server. Passwords are the easiest method for authenticating users because no configuring is required on the server side. The passwords are protected from eavesdroppers, since all communication is encrypted.
On Linux, password authentication uses the /etc/passwd
or
/etc/shadow
file, depending on how the passwords are set up.