pass.d 380 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: pass
  4. Arg: <phrase>
  5. Help: Pass phrase for the private key
  6. Protocols: SSH TLS
  7. Category: ssh tls auth
  8. Example: --pass secret --key file $URL
  9. Added: 7.9.3
  10. See-also: key user
  11. ---
  12. Passphrase for the private key.
  13. If this option is used several times, the last one will be used.