跳至內容

Resolve "protocol version mismatch" error when launching new terminal on SSH based environment

0

I have created a new SSH based Environment with a inf2.xlarge based instance and am having problems when creating a new terminal window as it is giving me the following repeated error message:

protocol version mismatch (client 8, server 7)

Do I need to update my SSH server on the instance ? The current version of SSH on the EC2 instance is the following:

OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017
AWS
專家
已提問 3 年前檢視次數 1112 次
1 個回答
0
已接受的答案

It seems to be a tmux issue. I resolved it by killing all the tmux sessions with the following command: sudo killall -9 tmux

AWS
專家
已回答 3 年前
AWS
專家
已審閱 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。