Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04 SSHD Config error #22

Closed
jasonmcintosh opened this issue Mar 28, 2018 · 1 comment
Closed

Ubuntu 16.04 SSHD Config error #22

jasonmcintosh opened this issue Mar 28, 2018 · 1 comment

Comments

@jasonmcintosh
Copy link

Line 22:

sed -i 's/.*Subsystem sftp.*/Subsystem sftp \/usr\/lib\/ssh\/sftp-server -f AUTHPRIV -l INFO/' "$SSHDFILE"

On ubuntu 16.04 (not checked current) that should be openssh not ssh.
sed -i 's/.*Subsystem sftp.*/Subsystem sftp \/usr\/lib\/openssh\/sftp-server -f AUTHPRIV -l INFO/' "$SSHDFILE"

@konstruktoid
Copy link
Owner

Thanks @jasonmcintosh, the path was incorrect for all versions.
Fixed in e2abd77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants