summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-08-03 02:43:41 +0000
committerDamien Miller <djm@mindrot.org>2020-08-03 14:27:59 +1000
commita8732d74cb8e72f0c6366015687f1e649f60be87 (patch)
treeb2d792042a526741fed21539ec6490629792b1d3 /sftp.1
parentab9105470a83ed5d8197959a1b1f367399958ba1 (diff)
upstream: allow -A to explicitly enable agent forwarding in scp and
sftp. The default remains to not forward an agent, even when ssh_config enables it. ok jmc dtucker markus OpenBSD-Commit-ID: 36cc526aa3b0f94e4704b8d7b969dd63e8576822
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.111
1 files changed, 8 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index a305b37d1..1cfa5ec22 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.131 2020/04/23 21:28:09 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.132 2020/08/03 02:43:41 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: April 23 2020 $ 25.Dd $Mdocdate: August 3 2020 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -30,7 +30,7 @@
30.Nd OpenSSH secure file transfer 30.Nd OpenSSH secure file transfer
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm sftp 32.Nm sftp
33.Op Fl 46aCfNpqrv 33.Op Fl 46AaCfNpqrv
34.Op Fl B Ar buffer_size 34.Op Fl B Ar buffer_size
35.Op Fl b Ar batchfile 35.Op Fl b Ar batchfile
36.Op Fl c Ar cipher 36.Op Fl c Ar cipher
@@ -104,6 +104,11 @@ to use IPv4 addresses only.
104Forces 104Forces
105.Nm 105.Nm
106to use IPv6 addresses only. 106to use IPv6 addresses only.
107.It Fl A
108Allows forwarding of
109.Xr ssh-agent 1
110to the remote system.
111The default is not to forward an authentication agent.
107.It Fl a 112.It Fl a
108Attempt to continue interrupted transfers rather than overwriting 113Attempt to continue interrupted transfers rather than overwriting
109existing partial or complete copies of files. 114existing partial or complete copies of files.