简体   繁体   English

权限被拒绝:稍后在 ssh 中重试错误

[英]Permission denied :try again later error in ssh

I have installed openssh on windows server machine, I tried to make ssh connection.我已经在 Windows 服务器机器上安装了 openssh,我试图建立 ssh 连接。

I see permission denied error only for particular and for other users under the same group the ssh cmd works我只看到 ssh cmd 工作在同一组下的特定用户和其他用户的权限被拒绝错误

I running the following我运行以下

ssh username@ IP of the machine ssh 用户名@机器的IP

I think there is some problem in ssh generated for this particular user, how to solve this problem?我认为为这个特定用户生成的 ssh 存在一些问题,如何解决这个问题?

The built-in SSH functionality in Windows 10 (since v1809) does not seem to support all possible characters in a password. Windows 10(自 v1809 起)中的内置 SSH 功能似乎不支持密码中的所有可能字符。 Yeah, unfortunately this is the truth.是的,不幸的是,这是事实。 You can reproduce the error for example with the character § .例如,您可以使用字符§重现错误。 A user that can login successfully with a password like password , will not be able to login with a password like pa§§word using the built-in SSH client on Windows 10 up to this date (2020-03-23).到目前为止(2020 年 3 月 23 日),可以使用 password 等password成功登录的用户将无法使用 Windows 10 上的内置 SSH 客户端使用pa§§wordpassword登录。

You may check if your users are using "too complex" passwords.您可以检查您的用户是否使用“过于复杂”的密码。 Pure ASCII should work though, so there are still some special characters left for complex passwords.纯 ASCII 应该可以工作,所以仍然有一些特殊字符用于复杂的密码。

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

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