mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:43:32 +03:00
- add 'mqtt' as a category - add more protocol categories to several options - make --data worded better to also cover MQTT Closes #22447
20 lines
377 B
Markdown
20 lines
377 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: tls sftp scp ssh 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.
|