== Provider selection ==
  1. local
  2. ExampleBroker
(user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com@localhost) Choose your provider:
> 2
== Password authentication ==
Enter 'r' to cancel the request and go back to select the authentication flow
(user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com@localhost) Gimme your password:
>
PAM Authenticate() finished for user 'user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com'
 SSHD: Connected to ssh via authd module! [TestSSHAuthenticate]
  HOME=${AUTHD_TEST_HOME}
  LOGNAME=user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com
  PATH=${AUTHD_TEST_PATH}
  PWD=${AUTHD_TEST_PWD}
  SHELL=/bin/sh
  SSH_CLIENT=${AUTHD_TEST_SSH_CLIENT}
  SSH_CONNECTION=${AUTHD_TEST_SSH_CONNECTION}
  SSH_TTY=${AUTHD_TEST_SSH_TTY}
  TERM=xterm-256color
  USER=user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com
Connection to localhost closed.
> authctl user lock ${USERNAME}

────────────────────────────────────────────────────────────────────────────────
== Password authentication ==
Enter 'r' to cancel the request and go back to select the authentication flow
(user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com@localhost) Gimme your password:
>
permission denied: user user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com is locked
Received disconnect from ${SSH_HOST} port ${SSH_PORT} Too many authentication failures
Disconnected from ${SSH_HOST} port ${SSH_PORT}
> authctl user lock ${USERNAME}

────────────────────────────────────────────────────────────────────────────────
> authctl user unlock ${USERNAME}

────────────────────────────────────────────────────────────────────────────────
== Password authentication ==
Enter 'r' to cancel the request and go back to select the authentication flow
(user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com@localhost) Gimme your password:
>
PAM Authenticate() finished for user 'user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com'
 SSHD: Connected to ssh via authd module! [TestSSHAuthenticate]
  HOME=${AUTHD_TEST_HOME}
  LOGNAME=user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com
  PATH=${AUTHD_TEST_PATH}
  PWD=${AUTHD_TEST_PWD}
  SHELL=/bin/sh
  SSH_CLIENT=${AUTHD_TEST_SSH_CLIENT}
  SSH_CONNECTION=${AUTHD_TEST_SSH_CONNECTION}
  SSH_TTY=${AUTHD_TEST_SSH_TTY}
  TERM=xterm-256color
  USER=user-integration-pre-check-ssh-authenticate-user-locks-and-unlocks-it-with-shared-sshd@example.com
Connection to localhost closed.
