- jmc@cvs.openbsd.org 2006/02/15 16:55:33

[sshd.8]
     remove ietf draft references; RFC list now maintained in ssh.1;
This commit is contained in:
Damien Miller 2006-03-15 11:35:05 +11:00
parent 39a93a3305
commit bc1936ad87
2 changed files with 5 additions and 22 deletions

View File

@ -113,6 +113,9 @@
- jmc@cvs.openbsd.org 2006/02/15 16:53:20
[ssh.1]
remove the IETF draft references and replace them with some updated RFCs;
- jmc@cvs.openbsd.org 2006/02/15 16:55:33
[sshd.8]
remove ietf draft references; RFC list now maintained in ssh.1;
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -4014,4 +4017,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.4171 2006/03/15 00:34:45 djm Exp $
$Id: ChangeLog,v 1.4172 2006/03/15 00:35:05 djm Exp $

22
sshd.8
View File

@ -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: sshd.8,v 1.223 2006/02/13 11:27:25 jmc Exp $
.\" $OpenBSD: sshd.8,v 1.224 2006/02/15 16:55:33 jmc Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@ -850,26 +850,6 @@ The content of this file is not sensitive; it can be world-readable.
.Xr sshd_config 5 ,
.Xr inetd 8 ,
.Xr sftp-server 8
.Rs
.%A T. Ylonen
.%A T. Kivinen
.%A M. Saarinen
.%A T. Rinne
.%A S. Lehtinen
.%T "SSH Protocol Architecture"
.%N draft-ietf-secsh-architecture-12.txt
.%D January 2002
.%O work in progress material
.Re
.Rs
.%A M. Friedl
.%A N. Provos
.%A W. A. Simpson
.%T "Diffie-Hellman Group Exchange for the SSH Transport Layer Protocol"
.%N draft-ietf-secsh-dh-group-exchange-02.txt
.%D January 2002
.%O work in progress material
.Re
.Sh AUTHORS
OpenSSH is a derivative of the original and free
ssh 1.2.12 release by Tatu Ylonen.