关于前端:ssh连接出现输入密码提示Permission-denied-please-try-again

首先须要查看是否装置ssh,如果没有,输出以下命令装置

sudo apt-get install openssh-server

进入/etc/ssh/sshd_config文件

vi /etc/ssh/sshd_config

PermitRootLogin prohibit-password 改为 PermitRootLogin yes
而后重启ssh服务

/etc/init.d/ssh restart

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理