PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.36k stars 757 forks source link

RequestTTY doesn't seem to help with 2FA #2210

Open aolykhin opened 7 months ago

aolykhin commented 7 months ago

Prerequisites

Steps to reproduce

I'm having an issue with 2FA. I'm tunneling through an intermediate server with "RequestTTY Yes" in my client configuration file. But at the 2FA step, when prompted with multiple options, I don't see the input I provide. I can log in, but I would expect my commands to be displayed as it happens when I log in from a Linux machine.

Expected behavior

I can log in, but I would expect my commands to be displayed as it happens when I log in from a Linux machine.

Actual behavior

Obscured input

Error details

No response

Environment data

Is it an expected behaviour? What is the workaround?

Version

OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2

Visuals

No response

maertendMSFT commented 6 months ago

What is the content that is not displayed? The authentication or the commands you are running on the server once you are authenticated?