【发布时间】:2019-03-09 18:26:13
【问题描述】:
我使用下面的 url 安装了 openssh 服务器,
https://howtech.tv/basics/how-to-install-openssh-to-windows/
它成功安装在我的本地机器上,即 windows 8.1,我的登录是域登录。但是当我尝试连接到 ssh 服务器时,它会抛出“权限被拒绝”的错误消息,并且在尝试了 3 次后它就退出了 ssh。
ssh username@myhostname
它要求输入密码但没有连接。
username@myhostname's password:
Permission denied, please try again.
username@myhostname's password:
Permission denied, please try again.
username@myhostname's password:
Authentication failed.
C:\Users\username>
请帮忙解决这个问题。
谢谢
【问题讨论】:
-
这看起来像是一个非常古老、过时、无人维护的 openssh 版本。我建议不要使用它。
标签: openssh