mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
c074ba64a8
Based on the standards and guidelines we use for our documentation. - expand contractions (they're => they are etc) - host name = > hostname - file name => filename - user name = username - man page => manpage - run-time => runtime - set-up => setup - back-end => backend - a HTTP => an HTTP - Two spaces after a period => one space after period Closes #14073
21 lines
343 B
Markdown
21 lines
343 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.
|