我已经安装了 ssh,但是当我尝试输入密码时出现问题。我收到以下消息:
sudo] password for hduser:
Sorry, try again.
[sudo] password for hduser: debug3: Received SSH2_MSG_IGNORE
debug3: Received SSH2_MSG_IGNORE
debug3: Received SSH2_MSG_IGNORE
debug3: Received SSH2_MSG_IGNORE
debug3: Received SSH2_MSG_IGNORE
debug3: Received SSH2_MSG_IGNORE
Run Code Online (Sandbox Code Playgroud)
Joh*_*ber 17
这些实际上不是错误消息。它们是输出的,因为 ssh 正在使用 -v 命令行选项,或者日志级别在/etc/ssh/ssh_config. 在此期间它们可以被忽略。
如果您只是输入您的密码,就好像该消息没有盯着您看一样,如果其他一切正常,则应该可以登录。如果你输入它并不重要。
如果还有其他错误,最好查看您输入的实际命令和所有调试消息。