Tiny Core Extensions > TCE Bugs

Bug in openssh SFTP

(1/1)

Rabie:
hi,
i just had the problem with the sftp login on TinyCore v12.86x
from the file /usr/local/etc/ssh/sshd_config:

--- Code: ---# override default of no subsystems
Subsystem      sftp    /usr/libexec/sftp-server
--- End code ---

with that line sftp login didn't work, cause there isn't a directory named libexec

when adding the following line and reboot, it does work


--- Code: ---# override default of no subsystems
#Subsystem      sftp    /usr/libexec/sftp-server
Subsystem       sftp    /usr/local/lib/openssh/sftp-server

--- End code ---

i don't know if that is a bug or i am missing something new

Rich:
Hi Rabie
The TC10 version has:

--- Code: ---Subsystem       sftp    /usr/local/lib/openssh/sftp-server
--- End code ---

Probably got changed in the source package and was not noticed. Wait for Juanito to weigh in.

Juanito:
sshd_config.orig adjusted and openssh re-posted - thanks for reporting this.

Navigation

[0] Message Index

Go to full version