sshfsのトラブルシューティング:opensslが失敗する原因は何ですか?

sshfsのトラブルシューティング:opensslが失敗する原因は何ですか?

sshfsにはリモートコンピュータ(ルーター)にsftpサーバーが必要だと思います。

ipkg list_installed | grep -i sftp
openssh-sftp-server - 5.9p1-1 - sftp-server only from a FREE version of the SSH protocol suite of network connectivity tools.

目標は、sshfsを呼び出してリモートディレクトリをマウントすることです。

sshfs [email protected]:/mnt/CRUZERFIT16/directory/ /home/user/Documents/scpbox/

このsshfs設定は5月に正しく機能しましたが、家族のメンバーがルーターをリセットしました。 sshfsはエラーを返します:

remote host has disconnected
total 0

ルータにリモートでSFTPを試みると、次のものが返されます。

/opt/libexec/sftp-server: can't load library 'libcrypto.so.0.9.8'
Connection closed

ipkg list_installed | grep opensslに戻る:

openssl - 0.9.8v-2 - Opensslは、他の多くのアプリケーションやライブラリに必要なlibcryptoおよびlibsslライブラリのSSL実装を提供します。

openssl がルータに正常に再インストールされました。

ipkg -force-reinstall install  openssl

そしてこれでsftpとsshfsを行うことができます宛先ルーターを入力します。再インストールする前にopensslが利用できない理由がわかりません。 opensslがsftpサーバーで動作していることを確認するテストコマンドはありますか?

ベストアンサー1

おすすめ記事