Как новичок в sFTP; Я пытаюсь войти в систему на сервере sFTP через свой закрытый ключ, используя cygwin. Но в конце концов; Я закончил тем, что получил сообщение «Аутентифицирован с частичным успехом». Этот клиент или сервер связаны? Могу ли я предположить, что мой закрытый ключ действителен?
debug3: receive packet: type 51
debug1: Authentications that can continue: password,publickey,keyboard-interactive
debug3: start over, passed a different list password,publickey,keyboard-interactive
debug3: preferred publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred:
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/xxx/.ssh/id_rsa
debug3: sign_and_send_pubkey: RSA SHA256:xxxx/wwww/yyy
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
Authenticated with partial success.