【发布时间】:2020-12-01 01:03:00
【问题描述】:
由于某种原因,我与 heroku 的连接开始失败。我猜 Heorku 做了一些改变,因为我的 3 台电脑在同一周内都停止了工作。
如果我运行“ssh -vT git@heroku.com”
我明白了
[brian@stat-vm ~]$ ssh -vT git@heroku.com
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /home/brian/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to heroku.com [50.19.85.156] port 22.
debug1: Connection established.
debug1: identity file /home/brian/.ssh/id_rsa type 1
debug1: Remote protocol version 2.0, remote software version endosome
debug1: no match: endosome
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
no matching mac found: client hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-256-etm@openssh.com,hmac-sha2-256
谁能提出修复建议或告诉我发生了什么?
【问题讨论】:
-
您使用的 ssh 版本非常旧。如果可能,您应该从升级它开始。