SSH 클라이언트로서 Putty는 작동하지만 git bash는 작동하지 않습니다.

SSH 클라이언트로서 Putty는 작동하지만 git bash는 작동하지 않습니다.

환경

  • 호스트 OS: Win 10 x64(xxx141)
  • Hyper-v OS: CentOS 7 x64(ssh 서버 xxx142)
  • 퍼티 버전:0.67
  • Git bash 버전(Windows용 git): v2.11.0.windows.1

Git bash를 SSH 클라이언트로 사용하려고 합니다. localhost에서 CentOS에 연결할 때. 퍼티, Git-bash도 작동합니다. 포트 전달을 구성한 후에는 Putty만 네트워크 외부에서 작동합니다.

이것은 Git bash의 로그이며 저는 아무것도 건드리지 않았습니다.

debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: compression ctos: none,[email protected]
debug2: compression stoc: none,[email protected]
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: [email protected]
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
ssh_dispatch_run_fatal: Connection to x.x.x.90 port x: Software caused connection abort

연결이 설정된 후 서로 알고리즘을 성공적으로 교환한 것 같습니다. 무엇이 잘못되었는지 모르겠습니다. 도와주세요.

관련 정보