mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
runtests: allow configuring SSH host/client key algorithm
via env `CURL_TEST_SSH_KEYALGO`, `rsa` (default), `ecdsa`, `ed25519`. To ease debugging and testing and to make these code paths more universal. Closes #21223
This commit is contained in:
parent
2e5d219205
commit
acda4eae5e
7 changed files with 44 additions and 13 deletions
|
|
@ -202,6 +202,7 @@ Available substitute variables include:
|
|||
- `%SRCDIR` - Full path to the source dir
|
||||
- `%SCP_PWD` - Current directory friendly for the SSH server for the scp:// protocol
|
||||
- `%SFTP_PWD` - Current directory friendly for the SSH server for the sftp:// protocol
|
||||
- `%SSHKEYALGO` - SSH host and client key algorithm, e.g. `ssh-rsa` or `ssh-ed25519`
|
||||
- `%SSHPORT` - Port number of the SCP/SFTP server
|
||||
- `%SSHSRVMD5` - MD5 of SSH server's public key
|
||||
- `%SSHSRVSHA256` - SHA256 of SSH server's public key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue