Skip to content

Instantly share code, notes, and snippets.

@ankit-rakha
Created September 8, 2014 06:35
Show Gist options
  • Save ankit-rakha/bf7a5df8729ecd9b6590 to your computer and use it in GitHub Desktop.
Save ankit-rakha/bf7a5df8729ecd9b6590 to your computer and use it in GitHub Desktop.
check if SFTP is enabled
check the SSH configuration file (in most cases /etc/ssh/sshd_config) and make sure the following line is present and not commented out:
Subsystem sftp /usr/lib/openssh/sftp-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment