mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

Add support for TOTP Verification code prompt

Open mburz opened this issue 2 years ago • 0 comments

Currently only password prompts that contain 'password' are supported (see PASSWORD_PROMPT_PATTERN in mitogen/ssh.py). In order to support TOTPs for google-authenticator-libpam, this must be extended to also cover 'verification code'.

This is very useful for using TOTP with key-based authentication.

mburz avatar Jun 20 '23 12:06 mburz