Filezilla 在 LXQt 下不要求输入 SSH 密钥密码

Filezilla 在 LXQt 下不要求输入 SSH 密钥密码

我无法在 filezilla 下使用 SSH 密钥连接到我的网络主机LXQt。Filezilla 不像 GNOME 那样要求输入 SSH 密钥密码,并说无法进行身份验证,并且未建立连接。

我尝试并安装了keychain,但没有帮助。

lxqt-openssh-askpass已安装。操作系统是 archlinux。如何告诉 filezilla 或 LXQt 应要求输入 SSH 密钥密码?

编辑:

我现在又回到了 gnome,但我确实用 lxqt 保存了一个日志文件:

2015-07-20 13:12:58 2395 1 Status: Verbinde mit xx.xxx.xx.xxx...
2015-07-20 13:12:58 2395 1 Antwort: fzSftp started, protocol_version=2
2015-07-20 13:12:58 2395 1 Befehl: open "[email protected]" 22
2015-07-20 13:12:59 2395 1 Befehl: Pass: 
2015-07-20 13:12:59 2395 1 Fehler: Authentifizierung fehlgeschlagen.
2015-07-20 13:12:59 2395 1 Fehler: Kritischer Fehler: Herstellen der Verbindung zum Server fehlgeschlagen
2015-07-20 13:13:38 2395 1 Status: Verbindung zum Server getrennt
2015-07-20 13:13:38 2395 1 Status: Verbinde mit xx.xxx.xx.xxx...
2015-07-20 13:13:38 2395 1 Trace: Going to execute /usr/bin/fzsftp
2015-07-20 13:13:38 2395 1 Antwort: fzSftp started, protocol_version=2
2015-07-20 13:13:38 2395 1 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=2)
2015-07-20 13:13:38 2395 1 Trace: CSftpControlSocket::SendNextCommand()
2015-07-20 13:13:38 2395 1 Trace: CSftpControlSocket::ConnectSend()
2015-07-20 13:13:38 2395 1 Befehl: open "[email protected]" 22
2015-07-20 13:13:38 2395 1 Trace: Server version: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
2015-07-20 13:13:38 2395 1 Trace: We believe remote version has SSH-2 channel request bug
2015-07-20 13:13:38 2395 1 Trace: Using SSH protocol version 2
2015-07-20 13:13:38 2395 1 Trace: Doing ECDH key exchange with hash SHA-256
2015-07-20 13:13:38 2395 1 Trace: Host key fingerprint is:
2015-07-20 13:13:38 2395 1 Trace: ecdsa-sha2-nistp256 26:48:27:19:eb:cf:03:af:84:28:76:xx:xx:xx:xx:xx
2015-07-20 13:13:38 2395 1 Trace: Initialised AES-256 SDCTR client->server encryption
2015-07-20 13:13:38 2395 1 Trace: Initialised HMAC-SHA-256 client->server MAC algorithm
2015-07-20 13:13:38 2395 1 Trace: Initialised AES-256 SDCTR server->client encryption
2015-07-20 13:13:38 2395 1 Trace: Initialised HMAC-SHA-256 server->client MAC algorithm
2015-07-20 13:13:38 2395 1 Befehl: Pass: 
2015-07-20 13:13:38 2395 1 Trace: Sent password
2015-07-20 13:13:38 2395 1 Trace: Password authentication failed
2015-07-20 13:13:38 2395 1 Fehler: Authentifizierung fehlgeschlagen.
2015-07-20 13:13:38 2395 1 Trace: CSftpControlSocket::ResetOperation(1094)
2015-07-20 13:13:38 2395 1 Trace: CControlSocket::ResetOperation(1094)
2015-07-20 13:13:38 2395 1 Fehler: Kritischer Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

相关内容