summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sftp.114
-rw-r--r--ssh_config.56
3 files changed, 15 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index e9de01fe6..de35ce7ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
12 - markus@cvs.openbsd.org 2003/09/02 16:40:29 12 - markus@cvs.openbsd.org 2003/09/02 16:40:29
13 [version.h] 13 [version.h]
14 enter 3.7 14 enter 3.7
15 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
16 [sftp.1 ssh_config.5]
17 escape punctuation;
18 ok deraadt@
15 19
1620030902 2020030902
17 - (djm) OpenBSD CVS Sync 21 - (djm) OpenBSD CVS Sync
@@ -983,4 +987,4 @@
983 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 987 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
984 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 988 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
985 989
986$Id: ChangeLog,v 1.2940 2003/09/03 02:12:54 djm Exp $ 990$Id: ChangeLog,v 1.2941 2003/09/03 02:13:30 djm Exp $
diff --git a/sftp.1 b/sftp.1
index 547a0fd41..753a4f2b9 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.44 2003/05/20 12:03:35 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.45 2003/09/02 18:50:06 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -43,16 +43,16 @@
43.Ar host 43.Ar host
44.Ek 44.Ek
45.Nm sftp 45.Nm sftp
46.Oo Oo Ar user Ns No @ Oc Ns 46.Oo Oo Ar user Ns @ Oc Ns
47.Ar host Ns Oo : Ns Ar file Oo 47.Ar host Ns Oo : Ns Ar file Oo
48.Ar file Oc Oc Oc 48.Ar file Oc Oc Oc
49.Nm sftp 49.Nm sftp
50.Oo Oo Ar user Ns No @ Oc Ns 50.Oo Oo Ar user Ns @ Oc Ns
51.Ar host Ns Oo : Ns Ar dir Ns 51.Ar host Ns Oo : Ns Ar dir Ns
52.Oo Ar / Oc Oc Oc 52.Oo Ar / Oc Oc Oc
53.Nm sftp 53.Nm sftp
54.Fl b Ar batchfile 54.Fl b Ar batchfile
55.Oo Ar user Ns No @ Oc Ns Ar host Ns 55.Oo Ar user Ns @ Oc Ns Ar host
56.Sh DESCRIPTION 56.Sh DESCRIPTION
57.Nm 57.Nm
58is an interactive file transfer program, similar to 58is an interactive file transfer program, similar to
@@ -295,13 +295,13 @@ to
295Display the 295Display the
296.Nm 296.Nm
297protocol version. 297protocol version.
298.It Ic ! Ar command 298.It Ic \&! Ar command
299Execute 299Execute
300.Ar command 300.Ar command
301in local shell. 301in local shell.
302.It Ic ! 302.It Ic \&!
303Escape to local shell. 303Escape to local shell.
304.It Ic ? 304.It Ic \&?
305Synonym for help. 305Synonym for help.
306.El 306.El
307.Sh SEE ALSO 307.Sh SEE ALSO
diff --git a/ssh_config.5 b/ssh_config.5
index b20452ce2..7a435a90e 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.19 2003/08/28 12:54:34 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.20 2003/09/02 18:50:06 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -104,7 +104,7 @@ keyword) to be only for those hosts that match one of the patterns
104given after the keyword. 104given after the keyword.
105.Ql \&* 105.Ql \&*
106and 106and
107.Ql ? 107.Ql \&?
108can be used as wildcards in the 108can be used as wildcards in the
109patterns. 109patterns.
110A single 110A single
@@ -335,7 +335,7 @@ host key database instead of
335Specifies whether authentication based on GSSAPI may be used, either using 335Specifies whether authentication based on GSSAPI may be used, either using
336the result of a successful key exchange, or using GSSAPI user 336the result of a successful key exchange, or using GSSAPI user
337authentication. 337authentication.
338The default is 338The default is
339.Dq yes . 339.Dq yes .
340Note that this option applies to protocol version 2 only. 340Note that this option applies to protocol version 2 only.
341.It Cm GSSAPIDelegateCredentials 341.It Cm GSSAPIDelegateCredentials