普段SSHを使ってログインをする際には鍵ペアを使用してでサーバーに入れるのですが、FTPクライアントを仕様してログインをしようとするとなぜか入れません。
以下ログになります。
Trace: Server version: SSH-2.0-OpenSSH_6.6.1 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: Host key fingerprint is: Trace: ecdsa-sha2-nistp256 256 db:3b:31:38:2d:d3:5d:8d:c7:a7:a3:05:83:7b:ad:d3 Trace: Initialised ChaCha20 client->server encryption Trace: Initialised Poly1305 client->server MAC algorithm (in ETM mode) (required by cipher) Trace: Initialised ChaCha20 server->client encryption Trace: Initialised Poly1305 server->client MAC algorithm (in ETM mode) (required by cipher) Trace: Pageant is running. Requesting keys. Trace: Pageant has 0 SSH-2 keys Trace: Successfully loaded 1 key pair from file Trace: Offered public key from "Users/hoge/hogehoge_rsa" Trace: Server refused our key Command: Pass: Trace: Sent password Trace: Password authentication failed Error: Authentication failed. Trace: CControlSocket::DoClose(1030) Trace: CSftpControlSocket::ResetOperation(1094) Trace: CControlSocket::ResetOperation(1094) Error: Critical error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(1094)
どなたか解決策をご教示いただけますと幸いです。
使用
FTPクライアント : FileZila (3.19.0)