summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-31 21:46:20 +1100
committerDamien Miller <djm@mindrot.org>2006-01-31 21:46:20 +1100
commit7602cba59d11822c51346b44c043a39ef2fe608a (patch)
treecfb12e23d794fe446441d1b3c93472ffae47b8c3 /sshd.8
parent99cc4a8f1e4e1ab45e41600518aa888e24b4df64 (diff)
- jmc@cvs.openbsd.org 2006/01/25 09:07:22
[sshd.8] move subsections to full sections;
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 3ca929d50..15c7651ba 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.212 2006/01/25 09:04:34 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.213 2006/01/25 09:07:22 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -233,7 +233,7 @@ This implementation of
233supports both SSH protocol version 1 and 2 simultaneously. 233supports both SSH protocol version 1 and 2 simultaneously.
234.Nm 234.Nm
235works as follows: 235works as follows:
236.Ss SSH protocol version 1 236.Sh SSH PROTOCOL VERSION 1
237Each host has a host-specific RSA key 237Each host has a host-specific RSA key
238(normally 2048 bits) used to identify the host. 238(normally 2048 bits) used to identify the host.
239Additionally, when 239Additionally, when
@@ -301,7 +301,7 @@ are disabled (thus completely disabling
301and 301and
302.Xr rsh 302.Xr rsh
303into the machine). 303into the machine).
304.Ss SSH protocol version 2 304.Sh SSH PROTOCOL VERSION 2
305Version 2 works similarly: 305Version 2 works similarly:
306Each host has a host-specific key (RSA or DSA) used to identify the host. 306Each host has a host-specific key (RSA or DSA) used to identify the host.
307However, when the daemon starts, it does not generate a server key. 307However, when the daemon starts, it does not generate a server key.
@@ -320,7 +320,7 @@ Protocol version 2 provides a public key based
320user (PubkeyAuthentication) or 320user (PubkeyAuthentication) or
321client host (HostbasedAuthentication) authentication method, 321client host (HostbasedAuthentication) authentication method,
322conventional password authentication and challenge response based methods. 322conventional password authentication and challenge response based methods.
323.Ss Command execution and data forwarding 323.Sh COMMAND EXECUTION AND DATA FORWARDING
324If the client successfully authenticates itself, a dialog for 324If the client successfully authenticates itself, a dialog for
325preparing the session is entered. 325preparing the session is entered.
326At this time the client may request 326At this time the client may request