我想像这样通过终端访问我的服务器:
ssh [email protected]
Password: (enters password)
...
我可以访问此服务器的 cpanel。其中有一个名为“SSH 访问”的部分,我可以在其中创建公钥/私钥。我真的不知道如何使用它们,而且我目前不需要它们。我只想始终指定我的密码。
但我在任何地方都没看到这样的配置选项。我该去哪里找?我只能用 cpanel 来做这个吗?还是我需要一些额外的服务器访问权限?
如果我现在尝试 ssh,服务器将做出如下响应:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
答案1
更改PasswordAuthentication no
为PasswordAuthentication yes
in/etc/ssh/sshd_config
并重新启动 sshd。