mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
- protocols MUST match one in the accept-list - protocols are typically all uppercase - drop All - use SCP and SFTP instead of SSH - add Protocols: to some options previously missing one Closes #18675
21 lines
368 B
Markdown
21 lines
368 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: pass
|
|
Arg: <phrase>
|
|
Help: Passphrase for the private key
|
|
Protocols: TLS SCP SFTP
|
|
Category: ssh tls auth
|
|
Added: 7.9.3
|
|
Multi: single
|
|
See-also:
|
|
- key
|
|
- user
|
|
Example:
|
|
- --pass secret --key file $URL
|
|
---
|
|
|
|
# `--pass`
|
|
|
|
Passphrase for the private key used for SSH or TLS.
|