[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Jailkit-users] sftp closes as soon as login - missing libcrypto.so.
From: |
email builder |
Subject: |
Re: [Jailkit-users] sftp closes as soon as login - missing libcrypto.so.6? |
Date: |
Tue, 24 May 2011 11:21:02 -0700 (PDT) |
> When I log in via ssh and run sftp directly, it tells me there is a missing
> library:
>
> $ /usr/libexec/openssh/sftp-server
> /usr/libexec/openssh/sftp-server: error while loading shared libraries:
> libcrypto.so.6: cannot open shared object file: No such file or directory
>
> Also forgot to add that sftp works fine for non-jailed users.
>
> So the new version of openssh requires a new library perhaps? I'm
> surprised
> no one else has had this problem.
>
> My main question is how do I get it into the jail without manually using
>jk_cp
>
> to copy it? I thought re-running jk_init would get it, but it does NOT. I
> find that libcrypt is in my jail, but not libcrypto. libcrypt itself is
> NOT
> explicitly listed in jk_init.ini, so jk_init picks it up automatically I
> guess(?). But do I have to add libcrypto manually to jk_init.ini? Why?
>And
>
> how?
Any help on this?