minio/docs
Klaus Post f64dea2aac
Allow custom SFTP algorithm selection (#19636)
Algorithms are comma separated.
Note that valid values does not in all cases represent default values.

`--sftp=pub-key-algos=...` specifies the supported client public key
authentication algorithms. Note that this doesn't include certificate types
since those use the underlying algorithm. This list is sent to the client if
it supports the server-sig-algs extension. Order is irrelevant.

Valid values
```
ssh-ed25519
sk-ssh-ed25519@openssh.com
sk-ecdsa-sha2-nistp256@openssh.com
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
rsa-sha2-256
rsa-sha2-512
ssh-rsa
ssh-dss
```

`--sftp=kex-algos=...` specifies the supported key-exchange algorithms in preference order.

Valid values:

```
curve25519-sha256
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group14-sha256
diffie-hellman-group16-sha512
diffie-hellman-group14-sha1
diffie-hellman-group1-sha1
```

`--sftp=cipher-algos=...` specifies the allowed cipher algorithms.
If unspecified then a sensible default is used.

Valid values:
```
aes128-ctr
aes192-ctr
aes256-ctr
aes128-gcm@openssh.com
aes256-gcm@openssh.com
chacha20-poly1305@openssh.com
arcfour256
arcfour128
arcfour
aes128-cbc
3des-cbc
```

`--sftp=mac-algos=...` specifies a default set of MAC algorithms in preference order.
This is based on RFC 4253, section 6.4, but with hmac-md5 variants removed because they have
reached the end of their useful life.

Valid values:

```
hmac-sha2-256-etm@openssh.com
hmac-sha2-512-etm@openssh.com
hmac-sha2-256
hmac-sha2-512
hmac-sha1
hmac-sha1-96
```
2024-04-30 08:15:45 -07:00
..
batch-jobs feat: implement support batch replication (#15554) 2022-10-05 23:00:43 -07:00
bigdata Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
bucket fix: allow DeleteObject unversioned objects with insufficient read quorum (#19581) 2024-04-25 17:31:12 -07:00
chroot Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
compression Improve handling of compression inclusion for objects (#19234) 2024-03-11 04:55:34 -07:00
config heal: calculate the number of workers based on NRRequests (#17945) 2023-09-11 14:48:54 -07:00
debugging deprecate usage of sha256-simd (#19621) 2024-04-25 23:31:35 -07:00
distributed make renameData() more defensive during overwrites (#19548) 2024-04-23 10:15:52 -07:00
docker Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
erasure update grafana dashboard with disk -> drive rename (#17857) 2023-08-15 16:04:20 -07:00
extensions doc: add Content-Type to s3zip (#19455) 2024-04-10 09:28:27 -07:00
federation/lookup Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
ftp Allow custom SFTP algorithm selection (#19636) 2024-04-30 08:15:45 -07:00
iam Update IAM access manager plugin demo (#19007) 2024-02-08 09:15:20 -08:00
integrations/veeam Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
kms add codespell action (#18818) 2024-01-17 23:03:17 -08:00
lambda Remove ~ from Object Lambda curl example (#16966) 2023-04-04 12:15:28 -07:00
logging update grafana dashboard with disk -> drive rename (#17857) 2023-08-15 16:04:20 -07:00
metrics Add process metrics in metrics-v3 (#19612) 2024-04-26 09:07:23 -07:00
multi-tenancy Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
multi-user check for quorum errors for DeleteBucket() (#16859) 2023-03-20 23:38:06 -07:00
orchestration Update yaml files to latest version RELEASE.2024-04-28T17-53-50Z 2024-04-29 17:09:28 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
select Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
site-replication updating tests to use new mc --enc flags (#19508) 2024-04-19 01:43:09 -07:00
sts fix: close sessionPolicyFile in the sts-assume-role example (#19428) 2024-04-12 09:09:55 -07:00
throttle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
tls Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
hotfixes.md add customer specific hotfixes to 'registry.min.dev' (#19057) 2024-02-14 13:36:02 -08:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
minio-limits.md add codespell action (#18818) 2024-01-17 23:03:17 -08:00