Password authentication is the most commonly used form of user authentication. It is enabled by default and uses the RACF system password of the user.
There are two cases where it cannot be used in Tectia Server for IBM z/OS:
When running Tectia client programs from JCL there is no facility for getting the password interactively from the user. You can set up password in a file or dataset, or preferably use public-key authentication and a private key without a passphrase. See User Authentication with Public Keys in File.
Password authentication is not available when running Tectia client programs from the TSO OMVS shell because the shell cannot guarantee that the password will be hidden on the screen. Use a Telnet shell or Secure Shell, or set up public-key authentication using a private key without a passphrase.
For more information on password authentication, see User Authentication with Passwords and Tectia Server for IBM z/OSUser Manual.