ssh error
this error seems like you are using an ssh jail
please copy the following binaries into the jail (and also library dependencies)
/usr/bin/ssh
/usr/bin/scp
then make sure to create the following devices under the jail:
mknod dev/tty c 5 0
mknod dev/urandom c 1 9
if something goes wrong, try executing scp -v origin destiny in the jail, scp will throw the error (like a missing /dev/? or file or group inside the ssh jail)
please copy the following binaries into the jail (and also library dependencies)
/usr/bin/ssh
/usr/bin/scp
then make sure to create the following devices under the jail:
mknod dev/tty c 5 0
mknod dev/urandom c 1 9
if something goes wrong, try executing scp -v origin destiny in the jail, scp will throw the error (like a missing /dev/? or file or group inside the ssh jail)