summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-02 22:14:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-02 22:14:03 +1000
commit7a6c06620e0a39f22fdff277bcbbb9ebe9861dd8 (patch)
treebc0919386c103c05ee86b890f480bca6ce850263
parentb2a601cc99f26f26f6854f542d87915537a60a35 (diff)
- jmc@cvs.openbsd.org 2004/04/28 07:13:42
[sftp.1 ssh.1] add SendEnv to -o list;
-rw-r--r--ChangeLog5
-rw-r--r--sftp.13
-rw-r--r--ssh.13
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c8e416ca2..8132bb0ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
15 - jmc@cvs.openbsd.org 2004/04/28 07:02:56 15 - jmc@cvs.openbsd.org 2004/04/28 07:02:56
16 [sshd_config.5] 16 [sshd_config.5]
17 remove unnecessary .Pp; 17 remove unnecessary .Pp;
18 - jmc@cvs.openbsd.org 2004/04/28 07:13:42
19 [sftp.1 ssh.1]
20 add SendEnv to -o list;
18 21
1920040423 2220040423
20 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno 23 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
@@ -1056,4 +1059,4 @@
1056 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1059 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1057 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1060 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1058 1061
1059$Id: ChangeLog,v 1.3336 2004/05/02 12:13:20 dtucker Exp $ 1062$Id: ChangeLog,v 1.3337 2004/05/02 12:14:03 dtucker Exp $
diff --git a/sftp.1 b/sftp.1
index b2cab0cda..c8ba85751 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.52 2004/03/05 10:53:58 markus Exp $ 1.\" $OpenBSD: sftp.1,v 1.53 2004/04/28 07:13:42 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -176,6 +176,7 @@ For full details of the options listed below, and their possible values, see
176.It PubkeyAuthentication 176.It PubkeyAuthentication
177.It RhostsRSAAuthentication 177.It RhostsRSAAuthentication
178.It RSAAuthentication 178.It RSAAuthentication
179.It SendEnv
179.It ServerAliveInterval 180.It ServerAliveInterval
180.It ServerAliveCountMax 181.It ServerAliveCountMax
181.It SmartcardDevice 182.It SmartcardDevice
diff --git a/ssh.1 b/ssh.1
index 053fedd28..d387cc884 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.183 2004/04/19 13:02:40 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.184 2004/04/28 07:13:42 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -649,6 +649,7 @@ For full details of the options listed below, and their possible values, see
649.It RemoteForward 649.It RemoteForward
650.It RhostsRSAAuthentication 650.It RhostsRSAAuthentication
651.It RSAAuthentication 651.It RSAAuthentication
652.It SendEnv
652.It ServerAliveInterval 653.It ServerAliveInterval
653.It ServerAliveCountMax 654.It ServerAliveCountMax
654.It SmartcardDevice 655.It SmartcardDevice