You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access?
Choose 2 answers
A Jenkins user's username and GitHub API token.
An SSH key matching an entry in the authorized_keys file of the user account that the Jenkins master process runs "as".
A Jenkins user's username and Kerberos token.
An SSH key matching a Jenkins user's public key.
A Jenkins user's username and password or API token.
Submit