giovedì 19 marzo 2015

Enable sftp server on Linux

On Linux Red Hat open the /etc/ssh/sshd_config  and ensure there is the line below removing the comment:

# override default of no subsystems
Subsystem       sftp    /usr/libexec/openssh/sftp-server

Then restart the service:

/etc/init.d/sshd restart

Nessun commento:

Posta un commento