]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/07/28 09:21:15
authormouring <mouring>
Mon, 6 Aug 2001 21:18:57 +0000 (21:18 +0000)
committermouring <mouring>
Mon, 6 Aug 2001 21:18:57 +0000 (21:18 +0000)
     [sshd.8]
     cleanup some RSA vs DSA vs SSH1 vs SSH2 notes

ChangeLog
sshd.8

index 2e564b24f3452355faf1c53bbea517275be4f3ab..d92fd40545c0bb93ac9ea2762f01fdf9ca8f19d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,9 @@
    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
      [scp.c]
      shorten lines
+   - markus@cvs.openbsd.org 2001/07/28 09:21:15
+     [sshd.8]
+     cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
 
 20010803
  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
diff --git a/sshd.8 b/sshd.8
index 94bd627386457531093cdb2616d8d5f21c1582a6..26d42452d2b5710f21eb7a05495dc8554a343c45 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.137 2001/07/26 17:18:22 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.138 2001/07/28 09:21:15 markus Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -130,7 +130,7 @@ into the machine).
 .Ss SSH protocol version 2
 .Pp
 Version 2 works similarly:
-Each host has a host-specific DSA key used to identify the host.
+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.
 Forward security is provided through a Diffie-Hellman key agreement.
 This key agreement results in a shared session key.
@@ -340,8 +340,8 @@ are separately checked, allowing you to restrict logins to particular
 users from particular hosts.
 .Pp
 .It Cm AuthorizedKeysFile
-Specifies the file that contains the public RSA keys that can be used
-for RSA authentication in protocol version 1.
+Specifies the file that contains the public keys that can be used
+for user authentication.
 .Cm AuthorizedKeysFile
 may contain tokens of the form %T which are substituted during connection
 set-up. The following tokens are defined; %% is replaces by a literal '%',
This page took 0.049687 seconds and 5 git commands to generate.