【发布时间】:2021-12-07 08:20:15
【问题描述】:
我的主机是 mac,我使用 VirtualBox 创建 ubuntu 14.04。我正在尝试 ssh 到它的 root 帐户,并为 root 设置了密码。
当我执行ssh -vvv root@ip 并输入我的密码时。
以下是调试信息:
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
【问题讨论】:
标签: ssh virtual-machine ubuntu-14.04