SSHクライアントとして、puttyは動作しますが、git bashは動作しません

SSHクライアントとして、puttyは動作しますが、git bashは動作しません

環境

  • ホストOS: Win 10 x64(xxx141)
  • Hyper-v OS: CentOS 7 x64(ssh サーバー xxx142)
  • Puttyバージョン:0.67
  • Git bash バージョン (git for windows): v2.11.0.windows.1

Git bash を SSH クライアントとして使用しようとしています。ローカルホストから CentOS に接続すると、putty と 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

接続が確立された後、アルゴリズムの交換は正常に行われているようです。何が問題なのかわかりません。助けてください。

関連情報