- jmc@cvs.openbsd.org 2010/09/03 11:09:29

[scp.1]
     add an EXIT STATUS section for /usr/bin;
This commit is contained in:
Damien Miller 2010-09-10 11:17:54 +10:00
parent 6e9f680cd2
commit 390f1532f2
2 changed files with 8 additions and 5 deletions

View File

@ -18,10 +18,10 @@
- naddy@cvs.openbsd.org 2010/09/01 15:21:35 - naddy@cvs.openbsd.org 2010/09/01 15:21:35
[servconf.c] [servconf.c]
pick up ECDSA host key by default; ok djm@ pick up ECDSA host key by default; ok djm@
- markus@cvs.openbsd.org 2010/09/02 16:07:25 - markus@cvs.openbsd.org 2010/09/02 16:07:25
[ssh-keygen.c] [ssh-keygen.c]
permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ permit -b 256, 384 or 521 as key size for ECDSA; ok djm@
- markus@cvs.openbsd.org 2010/09/02 16:08:39 - markus@cvs.openbsd.org 2010/09/02 16:08:39
[ssh.c] [ssh.c]
unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ unbreak ControlPersist=yes for ControlMaster=yes; ok djm@
- naddy@cvs.openbsd.org 2010/09/02 17:21:50 - naddy@cvs.openbsd.org 2010/09/02 17:21:50
@ -29,6 +29,9 @@
Switch ECDSA default key size to 256 bits, which according to RFC5656 Switch ECDSA default key size to 256 bits, which according to RFC5656
should still be better than our current RSA-2048 default. should still be better than our current RSA-2048 default.
ok djm@, markus@ ok djm@, markus@
- jmc@cvs.openbsd.org 2010/09/03 11:09:29
[scp.1]
add an EXIT STATUS section for /usr/bin;
20100831 20100831
- OpenBSD CVS Sync - OpenBSD CVS Sync

6
scp.1
View File

@ -9,9 +9,9 @@
.\" .\"
.\" Created: Sun May 7 00:14:37 1995 ylo .\" Created: Sun May 7 00:14:37 1995 ylo
.\" .\"
.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $ .\" $OpenBSD: scp.1,v 1.51 2010/09/03 11:09:29 jmc Exp $
.\" .\"
.Dd $Mdocdate: February 8 2010 $ .Dd $Mdocdate: September 3 2010 $
.Dt SCP 1 .Dt SCP 1
.Os .Os
.Sh NAME .Sh NAME
@ -209,7 +209,7 @@ to print debugging messages about their progress.
This is helpful in This is helpful in
debugging connection, authentication, and configuration problems. debugging connection, authentication, and configuration problems.
.El .El
.Pp .Sh EXIT STATUS
.Ex -std scp .Ex -std scp
.Sh SEE ALSO .Sh SEE ALSO
.Xr rcp 1 , .Xr rcp 1 ,