Fix location of default sftp-server on Debian, and uncomment the sftp

configuration line to get the sshd_config file defaults to be more
like the standard shipped defaults from Debian
This commit is contained in:
Micah Anderson 2008-12-07 12:15:41 -05:00
parent 667d7e30df
commit 78938cde2a
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ KeepAlive yes
#ReverseMappingCheck yes
<%- if sshd_sftp_subsystem.to_s.empty? then %>
#Subsystem sftp /usr/lib/sftp-server
Subsystem sftp /usr/lib/openssh/sftp-server
<%- else %>
Subsystem sftp <%= sshd_sftp_subsystem %>
<%- end %>

View file

@ -131,7 +131,7 @@ KeepAlive yes
#ReverseMappingCheck yes
<%- if sshd_sftp_subsystem.to_s.empty? then %>
#Subsystem sftp /usr/lib/sftp-server
Subsystem sftp /usr/lib/openssh/sftp-server
<%- else %>
Subsystem sftp <%= sshd_sftp_subsystem %>
<%- end %>