Als SSH-Client funktioniert Putty, aber Git Bash funktioniert nicht

Als SSH-Client funktioniert Putty, aber Git Bash funktioniert nicht

Umgebungen

  • Host-Betriebssystem: Win 10 x64 (xxx141)
  • Hyper-V-Betriebssystem: CentOS 7 x64 (SSH-Server xxx142)
  • Putty-Version: 0.67
  • Git-Bash-Version (Git für Windows): v2.11.0.windows.1

Ich versuche, Git Bash als SSH-Client zu verwenden. Wenn ich mich von localhost aus mit CentOS verbinde. Putty und Git-Bash funktionieren auch. Nach der Konfiguration der Portweiterleitung funktioniert außerhalb des Netzwerks nur Putty.

Dies ist das Protokoll von Git Bash und ich habe nichts berührt.

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

Es scheint, als würden die Algorithmen nach dem Herstellen der Verbindung erfolgreich ausgetauscht. Ich weiß nicht, was schief läuft. Bitte helfen Sie mir.

verwandte Informationen