Linux how to start "sftp-server"? -


i'm not familiar there installed openssh/sftp-server (by vendor before) on rhel , running before reboot server. when check after rebooted:

# ps aux | grep ftp 

no sftp running sshd is.

so how do have sftp running please?

you need add following line /etc/ssh/sshd_config file:

subsystem sftp /usr/libexec/openssh/sftp-server 

or

subsystem sftp /usr/lib/openssh/sftp-server 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -