mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-28 20:52:59 +00:00
- djm@cvs.openbsd.org 2003/05/14 01:00:44
[sftp.1] emphasise the batchmode functionality and make reference to pubkey auth, both of which are FAQs; ok markus@
This commit is contained in:
parent
f84cc6343a
commit
fb7508edc8
@ -56,6 +56,13 @@
|
|||||||
- markus@cvs.openbsd.org 2003/05/12 18:35:18
|
- markus@cvs.openbsd.org 2003/05/12 18:35:18
|
||||||
[ssh-keyscan.1]
|
[ssh-keyscan.1]
|
||||||
typo: DSA keys are of type ssh-dss; Brian Poole
|
typo: DSA keys are of type ssh-dss; Brian Poole
|
||||||
|
- markus@cvs.openbsd.org 2003/05/14 00:52:59
|
||||||
|
[ssh2.h]
|
||||||
|
ranges for per auth method messages
|
||||||
|
- djm@cvs.openbsd.org 2003/05/14 01:00:44
|
||||||
|
[sftp.1]
|
||||||
|
emphasise the batchmode functionality and make reference to pubkey auth,
|
||||||
|
both of which are FAQs; ok markus@
|
||||||
|
|
||||||
20030512
|
20030512
|
||||||
- (djm) Redhat spec: Don't install profile.d scripts when not
|
- (djm) Redhat spec: Don't install profile.d scripts when not
|
||||||
@ -1443,4 +1450,4 @@
|
|||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2690 2003/05/14 03:46:33 djm Exp $
|
$Id: ChangeLog,v 1.2691 2003/05/14 03:47:07 djm Exp $
|
||||||
|
24
sftp.1
24
sftp.1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sftp.1,v 1.41 2003/03/28 10:11:43 jmc Exp $
|
.\" $OpenBSD: sftp.1,v 1.42 2003/05/14 01:00:44 djm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -29,7 +29,7 @@
|
|||||||
.Nm sftp
|
.Nm sftp
|
||||||
.Nd Secure file transfer program
|
.Nd Secure file transfer program
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm sftp
|
.Nm
|
||||||
.Bk -words
|
.Bk -words
|
||||||
.Op Fl vC1
|
.Op Fl vC1
|
||||||
.Op Fl b Ar batchfile
|
.Op Fl b Ar batchfile
|
||||||
@ -42,14 +42,17 @@
|
|||||||
.Op Fl S Ar program
|
.Op Fl S Ar program
|
||||||
.Ar host
|
.Ar host
|
||||||
.Ek
|
.Ek
|
||||||
.Nm sftp
|
.Nm
|
||||||
.Oo Oo Ar user Ns No @ Oc Ns
|
.Oo Oo Ar user Ns No @ Oc Ns
|
||||||
.Ar host Ns Oo : Ns Ar file Oo
|
.Ar host Ns Oo : Ns Ar file Oo
|
||||||
.Ar file Oc Oc Oc
|
.Ar file Oc Oc Oc
|
||||||
.Nm sftp
|
.Nm
|
||||||
.Oo Oo Ar user Ns No @ Oc Ns
|
.Oo Oo Ar user Ns No @ Oc Ns
|
||||||
.Ar host Ns Oo : Ns Ar dir Ns
|
.Ar host Ns Oo : Ns Ar dir Ns
|
||||||
.Oo Ar / Oc Oc Oc
|
.Oo Ar / Oc Oc Oc
|
||||||
|
.Nm
|
||||||
|
.Fl b Ar batchfile
|
||||||
|
.Oo Ar user Ns No @ Oc Ns Ar host Ns
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
is an interactive file transfer program, similar to
|
is an interactive file transfer program, similar to
|
||||||
@ -68,8 +71,17 @@ The second usage format will retrieve files automatically if a non-interactive
|
|||||||
authentication method is used; otherwise it will do so after
|
authentication method is used; otherwise it will do so after
|
||||||
successful interactive authentication.
|
successful interactive authentication.
|
||||||
.Pp
|
.Pp
|
||||||
The last usage format allows the sftp client to start in a remote directory.
|
The third usage format allows the sftp client to start in a remote directory.
|
||||||
.Pp
|
.Pp
|
||||||
|
The final usage form allows for automated sessions using the
|
||||||
|
.Fl b
|
||||||
|
option. In such cases, it is usually necessary to configure public key
|
||||||
|
authentication to obviate the need to enter a password at connection
|
||||||
|
time (see
|
||||||
|
.Xr sshd 8
|
||||||
|
and
|
||||||
|
.Xr ssh-keygen 1
|
||||||
|
for details.)
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl b Ar batchfile
|
.It Fl b Ar batchfile
|
||||||
@ -281,8 +293,6 @@ Escape to local shell.
|
|||||||
.It Ic ?
|
.It Ic ?
|
||||||
Synonym for help.
|
Synonym for help.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
|
||||||
Damien Miller <djm@mindrot.org>
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr scp 1 ,
|
.Xr scp 1 ,
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user