FileZilla SFTP 连接需要更改用户账户

FileZilla SFTP 连接需要更改用户账户

我正在尝试使用 Mac 上的 FileZilla 连接到 SFTP 服务器,在我的个人默认帐户上,尽管我的所有详细信息都是正确的,但我不断收到此身份验证失败错误。

但是当我在 Mac 上切换用户帐户时,使用相同的凭据和 FileZilla 我能够登录到服务器...知道为什么会发生这种情况吗?

我尝试在我的旧用户帐户上执行“ssh-keygen -R hostname”,但错误仍然出现。

更新 2:我没有更改任何默认设置,事实上我刚刚在电脑上第一次安装了 FileZilla。我所做的就是在主屏幕上输入如下所示的详细信息,然后按“快速连接”

在此处输入图片描述

个人用户账户上的FileZilla日志:

Status:         Connecting to 178.62.65.1**...
Response:   fzSftp started, protocol_version=6
Command:    open "[email protected]**" 22
Command:    Pass: ***************
Error:          Authentication failed.
Error:          Critical error: Could not connect to server

新用户账户上的 FileZilla 日志:

Status:         Connecting to 178.62.65.1**...
Status:         Connected to 178.62.65.1**
Status:         Retrieving directory listing...
Status:         Listing directory /root
Status:         Directory listing of "/root" successful
Status:         Retrieving directory listing of "/"... 

我的两个用户帐户的连接方法相同,为什么日志显示的内容会如此不同?

相关内容