Step 1: Proceed to sshd_config file
# vim /etc/ssh/sshd_config
Step2: Comment out the line with a # inside /etc/ssh/sshd_config
# Subsystem sftp /usr/lib/openssh/sftp-server
Step 3: Restart OpenSSH service
# service sshd restart
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# vim /etc/ssh/sshd_config
# Subsystem sftp /usr/lib/openssh/sftp-server
# service sshd restart
No comments:
Post a Comment