microsoft/Terminal

Unable to specify file for ssh-keygen (can't enter text)

Open

#7,467 创建于 2020年8月30日

在 GitHub 查看
 (9 评论) (1 反应) (0 负责人)C++ (3,212 fork)batch import
Area-InputHelp WantedIssue-BugPriority-2Product-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

Environment

Windows build number: 10.0.18362.0
Windows Terminal version: 1.2.2381.0
ssh-keygen 7.7.2.1 

Steps to reproduce

  1. Open a new powershell shell in Windows Terminal
  2. run the ssh-keygen powershell command.

Expected behavior

When prompted to specify the file to save the key in, I am able to enter text.

Actual behavior

Typing does not produce visible text, and hitting enter does not cause ssh-keygen to continue. I am able to break execution with Control-z, however.

Notes

ssh-keygen behaves as expected when run in a powershell shell in conhost.exe.

贡献者指南