aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-23 17:59:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-23 17:59:40 +0000
commit0043e870145d167003931cda2fd90b5e13b0b7f8 (patch)
treea8d633e4505144346433fe8beec7bb792b3e286d /docs/curl.1
parent0f634a0c899b2c21a4f7f4af480d94937bd81bf4 (diff)
Added --pubkey option to curl and made --key also work for SCP/SFTP,
plus made --pass work on an SSH private key as well.
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.19
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index a08432c0b..301461339 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -582,7 +582,7 @@ See this online resource for further details:
If this option is used twice, the second time will again disable it.
.IP "--key <key>"
-(SSL) Private key file name. Allows you to provide your private key in this
+(SSL/SSH) Private key file name. Allows you to provide your private key in this
separate file.
If this option is used several times, the last one will be used.
@@ -825,7 +825,7 @@ nothing else.
You may use this option as many times as you have number of URLs.
.IP "--pass <phrase>"
-(SSL) Pass phrase for the private key
+(SSL/SSH) Pass phrase for the private key
If this option is used several times, the last one will be used.
.IP "--proxy-anyauth"
@@ -860,6 +860,11 @@ CONNECT request and requires that the proxy allows direct connect to the
remote port number curl wants to tunnel through to.
If this option is used twice, the second will again disable proxy tunnel.
+.IP "--pubkey <key>"
+(SSH) Public key file name. Allows you to provide your public key in this
+separate file.
+
+If this option is used several times, the last one will be used.
.IP "-P/--ftp-port <address>"
(FTP) Reverses the initiator/listener roles when connecting with ftp. This
switch makes Curl use the PORT command instead of PASV. In practice, PORT