]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2006/01/25 09:07:22
authordjm <djm>
Tue, 31 Jan 2006 10:46:20 +0000 (10:46 +0000)
committerdjm <djm>
Tue, 31 Jan 2006 10:46:20 +0000 (10:46 +0000)
     [sshd.8]
     move subsections to full sections;

ChangeLog
sshd.8

index adbb89e7b0732e83ebe1ad64e34b2a9711307398..20f259e113e04e4b36efa388340044f9775fad15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
      move the options description up the page, and a few additional tweaks
      whilst in here;
      ok markus
+   - jmc@cvs.openbsd.org 2006/01/25 09:07:22
+     [sshd.8]
+     move subsections to full sections;
 
 20060129
  - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
diff --git a/sshd.8 b/sshd.8
index 3ca929d5017ae4d5ba099c06ec2bb149b8afa6e6..15c7651ba33c8c28f6799e66f6c2a6ba9af24852 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -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.212 2006/01/25 09:04:34 jmc Exp $
+.\" $OpenBSD: sshd.8,v 1.213 2006/01/25 09:07:22 jmc Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -233,7 +233,7 @@ This implementation of
 supports both SSH protocol version 1 and 2 simultaneously.
 .Nm
 works as follows:
-.Ss SSH protocol version 1
+.Sh SSH PROTOCOL VERSION 1
 Each host has a host-specific RSA key
 (normally 2048 bits) used to identify the host.
 Additionally, when
@@ -301,7 +301,7 @@ are disabled (thus completely disabling
 and
 .Xr rsh
 into the machine).
-.Ss SSH protocol version 2
+.Sh SSH PROTOCOL VERSION 2
 Version 2 works similarly:
 Each host has a host-specific key (RSA or DSA) used to identify the host.
 However, when the daemon starts, it does not generate a server key.
@@ -320,7 +320,7 @@ Protocol version 2 provides a public key based
 user (PubkeyAuthentication) or
 client host (HostbasedAuthentication) authentication method,
 conventional password authentication and challenge response based methods.
-.Ss Command execution and data forwarding
+.Sh COMMAND EXECUTION AND DATA FORWARDING
 If the client successfully authenticates itself, a dialog for
 preparing the session is entered.
 At this time the client may request
This page took 0.231176 seconds and 5 git commands to generate.