当使用SFTP连接到CENTOS5.4时,在FileZila 出现exitcode 127
在用puttyssh连入,再使用sftp时出现。Request for subsystem ’sftp’ failed on channel 0
Couldn’t read packet: Connection reset by peer

解决方法:
到etc/ssh下有一个sshd_config文件,找到并修改如下:
# override default of no subsystems
Subsystem sftp /usr/libexec/openssh/sftp-server

问题解决!

continue reading.....