summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-01 11:09:21 +1000
committerDamien Miller <djm@mindrot.org>2000-04-01 11:09:21 +1000
commitb38eff8e4ff901df9cf1113a9f14d64c3565a401 (patch)
tree9a856898f15f7760ed95c5d47789a6f954b4ad2f /sshd.8
parent450a7a1ff40fe7c2d84c93b83cf2df53445d807d (diff)
- Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
- [auth.c session.c sshd.c auth.h] split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal - [bufaux.c bufaux.h] support ssh2 bignums - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c] [readconf.c ssh.c ssh.h serverloop.c] replace big switch() with function tables (prepare for ssh2) - [ssh2.h] ssh2 message type codes - [sshd.8] reorder Xr to avoid cutting - [serverloop.c] close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ - [channels.c] missing close allow bigger packets - [cipher.c cipher.h] support ssh2 ciphers - [compress.c] cleanup, less code - [dispatch.c dispatch.h] function tables for different message types - [log-server.c] do not log() if debuggin to stderr rename a cpp symbol, to avoid param.h collision - [mpaux.c] KNF - [nchan.c] sync w/ channels.c
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd.8 b/sshd.8
index 3c24210bd..0de3cef4a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.15 2000/03/26 03:04:55 damien Exp $ 12.\" $Id: sshd.8,v 1.16 2000/04/01 01:09:27 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -69,7 +69,7 @@ random number as a session key which is used to encrypt all further
69communications in the session. 69communications in the session.
70The rest of the session is encrypted 70The rest of the session is encrypted
71using a conventional cipher, currently Blowfish and 3DES, with 3DES 71using a conventional cipher, currently Blowfish and 3DES, with 3DES
72being is used by default. 72being used by default.
73The client selects the encryption algorithm 73The client selects the encryption algorithm
74to use from those offered by the server. 74to use from those offered by the server.
75.Pp 75.Pp
@@ -877,11 +877,11 @@ The libraries described in
877.Xr ssl 8 877.Xr ssl 8
878are required for proper operation. 878are required for proper operation.
879.Sh SEE ALSO 879.Sh SEE ALSO
880.Xr rlogin 1 ,
881.Xr rsh 1 ,
882.Xr scp 1 , 880.Xr scp 1 ,
883.Xr ssh 1 , 881.Xr ssh 1 ,
884.Xr ssh-add 1 , 882.Xr ssh-add 1 ,
885.Xr ssh-agent 1 , 883.Xr ssh-agent 1 ,
886.Xr ssh-keygen 1 , 884.Xr ssh-keygen 1 ,
887.Xr ssl 8 885.Xr ssl 8 ,
886.Xr rlogin 1 ,
887.Xr rsh 1