- jmc@cvs.openbsd.org 2004/04/28 07:13:42
[sftp.1 ssh.1] add SendEnv to -o list;
This commit is contained in:
parent
b2a601cc99
commit
7a6c06620e
|
@ -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 $
|
||||
|
|
3
sftp.1
3
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
|
||||
|
|
3
ssh.1
3
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
|
||||
|
|
Loading…
Reference in New Issue