Opened 4 years ago
Last modified 4 years ago
#12422 new Bug report
Instructions not displayed on keyboard-interactive w. no questions — at Initial Version
Reported by: | janoszen | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.53.1 | Operating system type: | Windows |
Operating system version: | Windows 10 build 19041 |
Description
When a server sends a keyboard-interactive authentication info request (SSH_MSG_USERAUTH_INFO_REQUEST) with zero prompts, the user is not presented with the instructions field.
We are attempting to use the instructions field to convey the OAuth2 Device Flow instructions field in ContainerSSH:
| Please click the following link: https://github.com/login/device | | Enter the following code: CODE HERE
The server waits with sending the SSH_MSG_USERAUTH_SUCCESS until the user has completed the OAuth2 device flow.
Note:
See TracTickets
for help on using tickets.