将以下行添加到sshd_config
Subsystem sftp /usr/libexec/openssh/sftp-server -f LOCAL5 -l INFO
当我启动sshd服务失败,错误
"garbage at the end of line : -f"
我的openssh版本在RHEL 5上是5.1
我究竟做错了什么?