summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.19
1 files changed, 8 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index 2787e99cb..120e16897 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.24 2001/09/05 06:23:07 deraadt Exp $ 1.\" $OpenBSD: sftp.1,v 1.25 2001/09/17 17:57:57 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -32,6 +32,7 @@
32.Nm sftp 32.Nm sftp
33.Op Fl vC 33.Op Fl vC
34.Op Fl b Ar batchfile 34.Op Fl b Ar batchfile
35.Op Fl F Ar ssh_config
35.Op Fl o Ar ssh_option 36.Op Fl o Ar ssh_option
36.Op Ar host 37.Op Ar host
37.Nm sftp 38.Nm sftp
@@ -77,6 +78,12 @@ and
77Enables compression (via ssh's 78Enables compression (via ssh's
78.Fl C 79.Fl C
79flag) 80flag)
81.It Fl F Ar ssh_config
82Specifies an alternative
83per-user configuration file for
84.Nm ssh .
85This option is directly passed to
86.Xr ssh 1 .
80.It Fl o Ar ssh_option 87.It Fl o Ar ssh_option
81Can be used to pass options to 88Can be used to pass options to
82.Nm ssh 89.Nm ssh