修改sshd_config
文件中的KbdInteractiveAuthentication
选项为yes
sudo vim /etc/ssh/sshd_config
PasswordAuthentication yes
KbdInteractiveAuthentication yes
sudo systemctl restart ssh
or
sudo systemctl restart sshd
修改sshd_config
文件中的KbdInteractiveAuthentication
选项为yes
sudo vim /etc/ssh/sshd_config
PasswordAuthentication yes
KbdInteractiveAuthentication yes
sudo systemctl restart ssh
or
sudo systemctl restart sshd
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。