summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--scp.111
-rw-r--r--sftp.111
3 files changed, 6 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 439a5b4bc..486a2a981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
27 note that EnableSSHKeySign should be in the non-hostspecific section; 27 note that EnableSSHKeySign should be in the non-hostspecific section;
28 remove unnecessary .Pp; 28 remove unnecessary .Pp;
29 ok markus@ 29 ok markus@
30 - markus@cvs.openbsd.org 2003/10/13 08:22:25
31 [scp.1 sftp.1]
32 don't refer to options related to forwarding; ok jmc@
30 33
3120031009 3420031009
32 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@ 35 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@
@@ -1344,4 +1347,4 @@
1344 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1347 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1345 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1348 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1346 1349
1347$Id: ChangeLog,v 1.3075 2003/10/15 05:58:18 dtucker Exp $ 1350$Id: ChangeLog,v 1.3076 2003/10/15 05:59:26 dtucker Exp $
diff --git a/scp.1 b/scp.1
index bdc413337..4dab2a1db 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.29 2003/10/08 08:27:36 jmc Exp $ 12.\" $OpenBSD: scp.1,v 1.30 2003/10/13 08:22:25 markus Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -124,16 +124,10 @@ For full details of the options listed below, and their possible values, see
124.It CheckHostIP 124.It CheckHostIP
125.It Cipher 125.It Cipher
126.It Ciphers 126.It Ciphers
127.It ClearAllForwardings
128.It Compression 127.It Compression
129.It CompressionLevel 128.It CompressionLevel
130.It ConnectionAttempts 129.It ConnectionAttempts
131.It ConnectionTimeout 130.It ConnectionTimeout
132.It DynamicForward
133.It EscapeChar
134.It ForwardAgent
135.It ForwardX11
136.It GatewayPorts
137.It GlobalKnownHostsFile 131.It GlobalKnownHostsFile
138.It GSSAPIAuthentication 132.It GSSAPIAuthentication
139.It GSSAPIDelegateCredentials 133.It GSSAPIDelegateCredentials
@@ -144,7 +138,6 @@ For full details of the options listed below, and their possible values, see
144.It HostName 138.It HostName
145.It IdentityFile 139.It IdentityFile
146.It KeepAlive 140.It KeepAlive
147.It LocalForward
148.It LogLevel 141.It LogLevel
149.It MACs 142.It MACs
150.It NoHostAuthenticationForLocalhost 143.It NoHostAuthenticationForLocalhost
@@ -155,7 +148,6 @@ For full details of the options listed below, and their possible values, see
155.It Protocol 148.It Protocol
156.It ProxyCommand 149.It ProxyCommand
157.It PubkeyAuthentication 150.It PubkeyAuthentication
158.It RemoteForward
159.It RhostsRSAAuthentication 151.It RhostsRSAAuthentication
160.It RSAAuthentication 152.It RSAAuthentication
161.It SmartcardDevice 153.It SmartcardDevice
@@ -164,7 +156,6 @@ For full details of the options listed below, and their possible values, see
164.It User 156.It User
165.It UserKnownHostsFile 157.It UserKnownHostsFile
166.It VerifyHostKeyDNS 158.It VerifyHostKeyDNS
167.It XAuthLocation
168.El 159.El
169.It Fl P Ar port 160.It Fl P Ar port
170Specifies the port to connect to on the remote host. 161Specifies the port to connect to on the remote host.
diff --git a/sftp.1 b/sftp.1
index 05b972e46..00253037d 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.46 2003/10/08 08:27:36 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.47 2003/10/13 08:22:25 markus Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -145,16 +145,10 @@ For full details of the options listed below, and their possible values, see
145.It CheckHostIP 145.It CheckHostIP
146.It Cipher 146.It Cipher
147.It Ciphers 147.It Ciphers
148.It ClearAllForwardings
149.It Compression 148.It Compression
150.It CompressionLevel 149.It CompressionLevel
151.It ConnectionAttempts 150.It ConnectionAttempts
152.It ConnectionTimeout 151.It ConnectionTimeout
153.It DynamicForward
154.It EscapeChar
155.It ForwardAgent
156.It ForwardX11
157.It GatewayPorts
158.It GlobalKnownHostsFile 152.It GlobalKnownHostsFile
159.It GSSAPIAuthentication 153.It GSSAPIAuthentication
160.It GSSAPIDelegateCredentials 154.It GSSAPIDelegateCredentials
@@ -165,7 +159,6 @@ For full details of the options listed below, and their possible values, see
165.It HostName 159.It HostName
166.It IdentityFile 160.It IdentityFile
167.It KeepAlive 161.It KeepAlive
168.It LocalForward
169.It LogLevel 162.It LogLevel
170.It MACs 163.It MACs
171.It NoHostAuthenticationForLocalhost 164.It NoHostAuthenticationForLocalhost
@@ -176,7 +169,6 @@ For full details of the options listed below, and their possible values, see
176.It Protocol 169.It Protocol
177.It ProxyCommand 170.It ProxyCommand
178.It PubkeyAuthentication 171.It PubkeyAuthentication
179.It RemoteForward
180.It RhostsRSAAuthentication 172.It RhostsRSAAuthentication
181.It RSAAuthentication 173.It RSAAuthentication
182.It SmartcardDevice 174.It SmartcardDevice
@@ -185,7 +177,6 @@ For full details of the options listed below, and their possible values, see
185.It User 177.It User
186.It UserKnownHostsFile 178.It UserKnownHostsFile
187.It VerifyHostKeyDNS 179.It VerifyHostKeyDNS
188.It XAuthLocation
189.El 180.El
190.It Fl P Ar sftp_server_path 181.It Fl P Ar sftp_server_path
191Connect directly to a local sftp server 182Connect directly to a local sftp server