curl/docs/cmdline-opts/pass.md
Daniel Stenberg 083da46c60
docs/cmdline-opts: use imperative form
Use 'set', not 'sets' etc. For consistency.

Closes #16879
2025-03-31 08:18:31 +02:00

20 lines
363 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: SSH TLS
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.