https://bugs.kde.org/show_bug.cgi?id=419999

--- Comment #7 from Arin00 <[email protected]> ---
Here it is:

<IfModule mod_sftp.c>
  <VirtualHost 0.0.0.0>
    SFTPEngine on
    Port 22
    SFTPHostKey /etc/ssh/ssh_host_ecdsa_key
    SFTPCiphers aes256-ctr aes192-ctr aes128-ctr
    SFTPDigests hmac-sha2-512 hmac-sha2-256
    # ecdh-sha2-nistp256 je tam kvoli libssh
    SFTPKeyExchanges diffie-hellman-group-exchange-sha256 ecdh-sha2-nistp256
    SFTPCompression delayed
    MaxLoginAttempts 6
  </VirtualHost>
</IfModule>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to