当我在本地测试 SSH(SSH localhost)时,出现以下错误:
SSH: error while loading shared libraries: libkeyutils.so.1:
cannot open shared object file: No such file or directory
因此似乎缺少一个库,但是在 aptitude 中,给定的库(libkeyutils1)被标记为已安装
您知道可能是什么问题吗?
我正在 Debian Squeeze 上运行它。