pubkey.d 609 B

1234567891011121314151617
  1. Long: pubkey
  2. Arg: <key>
  3. Protocols: SFTP SCP
  4. Help: SSH Public key file name
  5. Category: sftp scp auth
  6. Example: --pubkey file.pub sftp://example.com/
  7. Added: 7.16.2
  8. ---
  9. Public key file name. Allows you to provide your public key in this separate
  10. file.
  11. If this option is used several times, the last one will be used.
  12. (As of 7.39.0, curl attempts to automatically extract the public key from the
  13. private key file, so passing this option is generally not required. Note that
  14. this public key extraction requires libcurl to be linked against a copy of
  15. libssh2 1.2.8 or higher that is itself linked against OpenSSL.)