Skip to content

Commit

Permalink
sftp use default file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jan 22, 2020
1 parent d96477f commit 46c01c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
my $SubsystemSftp = $sshd{"SubsystemSftp"} || "yes";

if ($SubsystemSftp eq "yes") {
$OUT .= "Subsystem sftp internal-sftp -u 0077\n";
$OUT .= "Subsystem sftp internal-sftp\n";
} else {
$OUT .= "# The sftp Subsystem is disabled in the configuration database\n";
}
Expand Down

0 comments on commit 46c01c8

Please sign in to comment.