尝试使用 SFTP 连接 Filezilla

尝试使用 SFTP 连接 Filezilla

我正在尝试使用用户名和密码通过 Filezilla 连接到 SFTP 服务器,但无法建立服务器(下面的错误消息)。

我在用着:

  • Filezilla 中Ubuntu 18.04 LTS
  • 外部服务器使用 Ubuntu 14.04.5 LTS 设置。无法控制它。

我在 Filezilla 中的连接设置:

在此处输入图片描述

Server: [IP adress]
Protocol: SFTP
Connection type: normal
user: [username]
password: [password]

该连接通过 SSH 和 SFTP(从命令行)工作。

sftp username@ipadress
ssh username@ipadress

据我了解,以下错误消息,Filezilla 使用SSH-2.0-FileZilla_3.28.0而 Ubuntu 14.04 服务器使用SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8

我收到此错误:

Status: Verbinde mit [SERVER_IP]...
Trace:  CControlSocket::SendNextCommand()
Trace:  CSftpConnectOpData::Send() in state 0
Trace:  Going to execute /usr/bin/fzsftp
Antwort:    fzSftp started, protocol_version=8
Trace:  CSftpConnectOpData::ParseResponse() in state 0
Trace:  CControlSocket::SendNextCommand()
Trace:  CSftpConnectOpData::Send() in state 3
Befehl: open "username@[SERVER_IP]" 22
Trace:  Connecting to [SERVER_IP] port 22
Trace:  We claim version: SSH-2.0-FileZilla_3.28.0
Trace:  Server version: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
Trace:  We believe remote version has SSH-2 channel request bug
Trace:  Using SSH protocol version 2
Trace:  Doing ECDH key exchange with curve Curve25519 and hash SHA-256
Trace:  Server also has ecdsa-sha2-nistp256/ssh-dss/ssh-rsa host keys, but we don't know any of them
Trace:  Host key fingerprint is:
Trace:  ssh-ed25519 256 [fingerprint] [weird_stuff]

有什么想法吗,我该如何连接?

相关内容