Skip to content

Commit

Permalink
fix sftp support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrcoluk authored Feb 28, 2017
1 parent be4acfd commit 1977338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/sshd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $sshconf .= "X11Forwarding no\n";
$sshconf .= "Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr\n";
$sshconf .= "MACs [email protected],[email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,[email protected]\n";
$sshconf .= "# override default of no subsystems\n";
$sshconf .= "Subsystem\tsftp\t/usr/libexec/sftp-server\n";
$sshconf .= "Subsystem sftp internal-sftp\n";

/* Apply package SSHDCond settings if config file exists */
if (file_exists("/etc/sshd_extra")) {
Expand Down

0 comments on commit 1977338

Please sign in to comment.