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:
parent
667d7e30df
commit
78938cde2a
2 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue