SFTP problems
I am having some issues with SFTP and Oracle Unbreakable Linux 5. I have a user that cdan not use the sftp methiod to transfer files. The root user can sftp, but normal users can not. Looking at the logs, it appears that the sftp-server subsystem starts, but immediately stops. Are there any FAQs availble to help me determine why my normal users can not sftp? The hosts.allow is set up to allow all machines on the current network to have access to sshd.
My current /etc/ssh/sshd_config
Subsystem sftp /usr/libexec/openssh/sftp-server
PasswordAuthentication yes