Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrandes committed Jun 26, 2020
1 parent bc7616c commit 549b7e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Current hardcoded values:
* Hostkeys are writed to: `hostkey.pem` or `hostkey.ser` in `${sftp.home}/keys/` directory
* SecurityManager/Policy File is in `conf/${ID}/sftpd.policy` (custom) or `lib/sftpd.policy` (generic)
* Htpasswd File is in `conf/${ID}/htpasswd` (custom) or `conf/htpasswd` (generic)
* KeyExchange: ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group14-sha1
* Mac: [email protected], [email protected], [email protected], hmac-sha2-256, hmac-sha2-512, hmac-sha1
* Ciphers: aes128-ctr, aes192-ctr, aes256-ctr
* KeyExchange: `ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group14-sha1`
* Mac: `[email protected], [email protected], [email protected], hmac-sha2-256, hmac-sha2-512, hmac-sha1`
* Ciphers: `aes128-ctr, aes192-ctr, aes256-ctr`

---

Expand Down

0 comments on commit 549b7e0

Please sign in to comment.