Hi to all!
I have two home miniservers. One of them with TinyCore x86, and the other CorePure64. Both of them 11 version, and both have launched openssh server. So ssh accsess work fine. Not so long ago i try launch SFTP via openssh. I just added to /usr/local/etc/ssh/sshd_config a few lines such as:
Subsystem sftp internal-sftp
Match Group ftpuser
X11Forwarding no
AllowTcpForwarding no
ChrootDirectory %h
ForceCommand internal-sftp
and restart opensshd. On x86 SFTP has appeared, but on x64 - not. Confiurations is identical on both miniservers. Version of openssh in repo is the same too. Can anyone check, is there problem in openssh compilation or maybe i have missed something?