summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd.826
2 files changed, 18 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 91846668f..10bf3c86f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,10 @@
54 [includes.h] 54 [includes.h]
55 #include <sys/endian.h> not needed; ok djm@ 55 #include <sys/endian.h> not needed; ok djm@
56 NB. ID Sync only - we still need this (but it may move later) 56 NB. ID Sync only - we still need this (but it may move later)
57 - jmc@cvs.openbsd.org 2006/02/09 10:10:47
58 [sshd.8]
59 - move some text into a CAVEATS section
60 - merge the COMMAND EXECUTION... section into AUTHENTICATION
57 61
5820060313 6220060313
59 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 63 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -3955,4 +3959,4 @@
3955 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3959 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3956 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3960 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3957 3961
3958$Id: ChangeLog,v 1.4155 2006/03/15 00:26:55 djm Exp $ 3962$Id: ChangeLog,v 1.4156 2006/03/15 00:27:20 djm Exp $
diff --git a/sshd.8 b/sshd.8
index 51d339b65..e884e2b09 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.215 2006/02/01 09:11:41 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.216 2006/02/09 10:10:47 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -308,17 +308,6 @@ or
308.Ql \&*NP\&* 308.Ql \&*NP\&*
309). 309).
310.Pp 310.Pp
311System security is not improved unless
312.Nm rshd ,
313.Nm rlogind ,
314and
315.Nm rexecd
316are disabled (thus completely disabling
317.Xr rlogin
318and
319.Xr rsh
320into the machine).
321.Sh COMMAND EXECUTION AND DATA FORWARDING
322If the client successfully authenticates itself, a dialog for 311If the client successfully authenticates itself, a dialog for
323preparing the session is entered. 312preparing the session is entered.
324At this time the client may request 313At this time the client may request
@@ -326,7 +315,7 @@ things like allocating a pseudo-tty, forwarding X11 connections,
326forwarding TCP connections, or forwarding the authentication agent 315forwarding TCP connections, or forwarding the authentication agent
327connection over the secure channel. 316connection over the secure channel.
328.Pp 317.Pp
329Finally, the client either requests a shell or execution of a command. 318After this, the client either requests a shell or execution of a command.
330The sides then enter session mode. 319The sides then enter session mode.
331In this mode, either side may send 320In this mode, either side may send
332data at any time, and such data is forwarded to/from the shell or 321data at any time, and such data is forwarded to/from the shell or
@@ -867,3 +856,14 @@ Markus Friedl contributed the support for SSH
867protocol versions 1.5 and 2.0. 856protocol versions 1.5 and 2.0.
868Niels Provos and Markus Friedl contributed support 857Niels Provos and Markus Friedl contributed support
869for privilege separation. 858for privilege separation.
859.Sh CAVEATS
860System security is not improved unless
861.Nm rshd ,
862.Nm rlogind ,
863and
864.Nm rexecd
865are disabled (thus completely disabling
866.Xr rlogin
867and
868.Xr rsh
869into the machine).