parent
8e968a596a
commit
2e578f6292
|
@ -2,6 +2,10 @@
|
||||||
- (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
|
- (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
|
||||||
libresolv, fixes problems detecting it on some platforms
|
libresolv, fixes problems detecting it on some platforms
|
||||||
(eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@
|
(eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- jmc@cvs.openbsd.org 2004/05/04 18:36:07
|
||||||
|
[scp.1]
|
||||||
|
SendEnv here too;
|
||||||
|
|
||||||
20040502
|
20040502
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -1078,4 +1082,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3342 2004/05/13 01:56:16 dtucker Exp $
|
$Id: ChangeLog,v 1.3343 2004/05/13 03:03:04 dtucker Exp $
|
||||||
|
|
3
scp.1
3
scp.1
|
@ -9,7 +9,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.34 2004/05/02 23:17:51 dtucker Exp $
|
.\" $OpenBSD: scp.1,v 1.35 2004/05/04 18:36:07 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
|
@ -150,6 +150,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It PubkeyAuthentication
|
.It PubkeyAuthentication
|
||||||
.It RhostsRSAAuthentication
|
.It RhostsRSAAuthentication
|
||||||
.It RSAAuthentication
|
.It RSAAuthentication
|
||||||
|
.It SendEnv
|
||||||
.It ServerAliveInterval
|
.It ServerAliveInterval
|
||||||
.It ServerAliveCountMax
|
.It ServerAliveCountMax
|
||||||
.It SmartcardDevice
|
.It SmartcardDevice
|
||||||
|
|
Loading…
Reference in New Issue