Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not prompt for hardware MFA using tsh on Windows (#9081) #9198

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

codingllama
Copy link
Contributor

tsh doesn't support MFA logins on Windows; we make that explicit by warning
users when necessary, instead of directing them to a hopeless workflow.

Example attempt:

$ tsh login
> Enter password for Teleport user codingllama: <password>
> ERROR: hardware device MFA not supported by your platform, please register an OTP device
>
> exit status 1

@codingllama
Copy link
Contributor Author

Note to reviewers: backports #9081 to branch/v8.

Closes #9069.

@codingllama codingllama enabled auto-merge (squash) December 2, 2021 22:55
`tsh` doesn't support MFA logins on Windows; we make that explicit by warning
users when necessary, instead of directing them to a hopeless workflow.

Example attempt:

```shell
$ tsh login
> Enter password for Teleport user codingllama: <password>
> ERROR: hardware device MFA not supported by your platform, please register an OTP device
>
> exit status 1
```
@codingllama codingllama force-pushed the codingllama/tsh-mfa-windows-v8 branch from 946e826 to b49ddb5 Compare December 3, 2021 13:07
@codingllama codingllama merged commit 66bbd05 into branch/v8 Dec 3, 2021
@codingllama codingllama deleted the codingllama/tsh-mfa-windows-v8 branch December 3, 2021 15:25
@webvictim webvictim mentioned this pull request Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants