OpenSSL版本不匹配.根据1000105f建立,你有10001080

Nie*_*iek 11 ssh debian openssl

我刚跑了apt-get upgrade,根据/var/log/apt/history.log,openssl已经更新到版本1.0.1e-2 + rvt + deb7u7.现在我有一个SSH会话仍然打开,但我无法打开另一个.我重新启动了SSH,返回了OpenSSL version mismatch. Built against 1000105f, you have 10001080.我试着apt-get remove openssl && apt-get install openssl没有运气.我在覆盆子pi上运行debian.

更新:移至超级用户

Mil*_*vic 8

试试apt-get install openssh-server openssh-client.

当我将系统更新到Debian Testing时,我遇到了同样的问题.即使已经安装了SSH,在我的情况下,当我运行时它没有被更新用于更新apt-get update && apt-get upgrade,因此系统仍然具有相同的SSH二进制文件,其中现在过时的库链接到它,因此版本不匹配.