mirror of
https://github.com/curl/curl.git
synced 2026-07-21 01:17:17 +03:00
Get rid of sftp subsystem additional parameters, they aren't widely supported
This commit is contained in:
parent
1a340de0e5
commit
405e192b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ push @cfgarr, 'RhostsRSAAuthentication no';
|
|||
push @cfgarr, 'RSAAuthentication no';
|
||||
push @cfgarr, 'ServerKeyBits 768';
|
||||
push @cfgarr, 'StrictModes no';
|
||||
push @cfgarr, "Subsystem sftp $sftpsrv -f AUTH -l $loglevel";
|
||||
push @cfgarr, "Subsystem sftp $sftpsrv";
|
||||
push @cfgarr, 'SyslogFacility AUTH';
|
||||
push @cfgarr, 'UseLogin no';
|
||||
push @cfgarr, 'X11Forwarding no';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue