curl/docs/cmdline-opts/pass.md
Daniel Stenberg 5eb2f0757e
curl: help category cleanups
- add 'mqtt' as a category
- add more protocol categories to several options
- make --data worded better to also cover MQTT

Closes #22447
2026-07-30 16:17:55 +02:00

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.