From 7a6c06620e0a39f22fdff277bcbbb9ebe9861dd8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 2 May 2004 22:14:03 +1000 Subject: - jmc@cvs.openbsd.org 2004/04/28 07:13:42 [sftp.1 ssh.1] add SendEnv to -o list; --- ChangeLog | 5 ++++- sftp.1 | 3 ++- ssh.1 | 3 ++- 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 @@ - jmc@cvs.openbsd.org 2004/04/28 07:02:56 [sshd_config.5] remove unnecessary .Pp; + - jmc@cvs.openbsd.org 2004/04/28 07:13:42 + [sftp.1 ssh.1] + add SendEnv to -o list; 20040423 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno @@ -1056,4 +1059,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3336 2004/05/02 12:13:20 dtucker Exp $ +$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 @@ -.\" $OpenBSD: sftp.1,v 1.52 2004/03/05 10:53:58 markus Exp $ +.\" $OpenBSD: sftp.1,v 1.53 2004/04/28 07:13:42 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -176,6 +176,7 @@ For full details of the options listed below, and their possible values, see .It PubkeyAuthentication .It RhostsRSAAuthentication .It RSAAuthentication +.It SendEnv .It ServerAliveInterval .It ServerAliveCountMax .It SmartcardDevice diff --git a/ssh.1 b/ssh.1 index 053fedd28..d387cc884 100644 --- a/ssh.1 +++ b/ssh.1 @@ -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.1,v 1.183 2004/04/19 13:02:40 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.184 2004/04/28 07:13:42 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -649,6 +649,7 @@ For full details of the options listed below, and their possible values, see .It RemoteForward .It RhostsRSAAuthentication .It RSAAuthentication +.It SendEnv .It ServerAliveInterval .It ServerAliveCountMax .It SmartcardDevice -- cgit v1.2.3