Thursday, November 30, 2017

sftp-server

I was looking into how best to secure a sftp-server. The manual
mentions a -Q option to query protocol features supported. I added the
following line to sshd_config.

Subsystem sftp /usr/libexec/sftp-server sftp -Q requests

So far I'm not sure how to get at the information provided by this
command line option. Or am I doing it wrong?

Any insight is greatly appreciated.

Edgar

No comments:

Post a Comment