summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:27:20 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:27:20 +1100
commitc47d7e9e1905adbef3489cc2bbdceda02d212f7e (patch)
treeb86312b40d29f5fe9c38a9d2c4cf6769035bc128 /sshd.8
parent1d90540534da87ba4ac5b48037f1d66f82569ff7 (diff)
- jmc@cvs.openbsd.org 2006/02/09 10:10:47
[sshd.8] - move some text into a CAVEATS section - merge the COMMAND EXECUTION... section into AUTHENTICATION
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.826
1 files changed, 13 insertions, 13 deletions
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).