简体   繁体   English

无法在 Azure 电源 Shell 中输入密码

[英]Cannot type password in Azure Power Shell

In created Elasticserach on Azure.在 Azure 上创建 Elasticserach。 Azure created different VMs, network etc. that is needed. Azure 创建了所需的不同虚拟机、网络等。 Now I want to access to Kibana via ssh.现在我想通过 ssh 访问 Kibana。 In the PowerShell or Shell Terminal in the Azure Portal, it won't let me type the password.在 Azure 门户中的 PowerShell 或 Shell 终端中,它不会让我输入密码。 Somehow I cannot type enything.不知何故,我无法输入任何内容。 Can someone help me why is this?有人可以帮我这是为什么吗?

在此处输入图像描述

The SSH command does not support input the password within itself. SSH命令本身不支持输入密码。 You just can input the password in the stdin.您只需在标准输入中输入密码即可。 And the stdin is also invisible so that you cannot see what you have inputted.并且标准输入也是不可见的,因此您无法看到您输入的内容。 You only can input the password following your feelings.您只能根据自己的感受输入密码。 If you do not trust your feelings, you can copy the password from another space and then paste it in the stdin.如果您不相信自己的感觉,可以从另一个空间复制密码,然后将其粘贴到标准输入中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM