- jmc@cvs.openbsd.org 2003/09/02 18:50:06
[sftp.1 ssh_config.5] escape punctuation; ok deraadt@
This commit is contained in:
parent
f117f877b1
commit
c2b9827695
|
@ -12,6 +12,10 @@
|
|||
- markus@cvs.openbsd.org 2003/09/02 16:40:29
|
||||
[version.h]
|
||||
enter 3.7
|
||||
- jmc@cvs.openbsd.org 2003/09/02 18:50:06
|
||||
[sftp.1 ssh_config.5]
|
||||
escape punctuation;
|
||||
ok deraadt@
|
||||
|
||||
20030902
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -983,4 +987,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2940 2003/09/03 02:12:54 djm Exp $
|
||||
$Id: ChangeLog,v 1.2941 2003/09/03 02:13:30 djm Exp $
|
||||
|
|
14
sftp.1
14
sftp.1
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: sftp.1,v 1.44 2003/05/20 12:03:35 jmc Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.45 2003/09/02 18:50:06 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
|
@ -43,16 +43,16 @@
|
|||
.Ar host
|
||||
.Ek
|
||||
.Nm sftp
|
||||
.Oo Oo Ar user Ns No @ Oc Ns
|
||||
.Oo Oo Ar user Ns @ Oc Ns
|
||||
.Ar host Ns Oo : Ns Ar file Oo
|
||||
.Ar file Oc Oc Oc
|
||||
.Nm sftp
|
||||
.Oo Oo Ar user Ns No @ Oc Ns
|
||||
.Oo Oo Ar user Ns @ Oc Ns
|
||||
.Ar host Ns Oo : Ns Ar dir Ns
|
||||
.Oo Ar / Oc Oc Oc
|
||||
.Nm sftp
|
||||
.Fl b Ar batchfile
|
||||
.Oo Ar user Ns No @ Oc Ns Ar host Ns
|
||||
.Oo Ar user Ns @ Oc Ns Ar host
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is an interactive file transfer program, similar to
|
||||
|
@ -295,13 +295,13 @@ to
|
|||
Display the
|
||||
.Nm
|
||||
protocol version.
|
||||
.It Ic ! Ar command
|
||||
.It Ic \&! Ar command
|
||||
Execute
|
||||
.Ar command
|
||||
in local shell.
|
||||
.It Ic !
|
||||
.It Ic \&!
|
||||
Escape to local shell.
|
||||
.It Ic ?
|
||||
.It Ic \&?
|
||||
Synonym for help.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: ssh_config.5,v 1.19 2003/08/28 12:54:34 markus Exp $
|
||||
.\" $OpenBSD: ssh_config.5,v 1.20 2003/09/02 18:50:06 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH_CONFIG 5
|
||||
.Os
|
||||
|
@ -104,7 +104,7 @@ keyword) to be only for those hosts that match one of the patterns
|
|||
given after the keyword.
|
||||
.Ql \&*
|
||||
and
|
||||
.Ql ?
|
||||
.Ql \&?
|
||||
can be used as wildcards in the
|
||||
patterns.
|
||||
A single
|
||||
|
@ -335,7 +335,7 @@ host key database instead of
|
|||
Specifies whether authentication based on GSSAPI may be used, either using
|
||||
the result of a successful key exchange, or using GSSAPI user
|
||||
authentication.
|
||||
The default is
|
||||
The default is
|
||||
.Dq yes .
|
||||
Note that this option applies to protocol version 2 only.
|
||||
.It Cm GSSAPIDelegateCredentials
|
||||
|
|
Loading…
Reference in New Issue