Ssh Extra Fixes (#459)

This commit is contained in:
Sylvie Crowe
2024-03-14 16:50:58 -07:00
committed by GitHub
parent c546464751
commit bfafb9e490
6 changed files with 54 additions and 184 deletions
+1
View File
@@ -230,6 +230,7 @@ func promptChallengeQuestion(connCtx context.Context, question string, echo bool
QueryText: queryText,
Markdown: true,
Title: "Keyboard Interactive Authentication",
PublicText: echo,
}
response, err := userinput.GetUserInput(ctx, scbus.MainRpcBus, request)
if err != nil {