我有一个 debian 服务器,在我的 mac 中我使用 filezillassh
连接到它,但出现以下错误:
Error: Disconnected: No supported authentication methods available (server sent: publickey)
Error: Can not connect to server
以下是 debian sshd 的配置:
Host *
PasswordAuthentication yes
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
PermitRootLogin yes
好像无法使用密码连接,为什么?
编辑-01
在我的 Mac 连接中出现权限错误:
$ ssh [email protected]
[email protected]: Permission denied (publickey).