diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-04 11:53:28 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-04 11:53:28 +0000 |
commit | 465f21b2f6882e138944e5fb7ec23f48c06d2526 (patch) | |
tree | c2391c31be9fa3eb15bd88428a0ff03127da5810 | |
parent | 0239e785e4985848ccbcf2ac770c75bd68d6ddd1 (diff) |
Include URL to OpenBSD's ssl(8) in ssh(1) (closes: #530692).
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8369d2aab..481ade573 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -56,6 +56,7 @@ openssh (1:5.2p1-1) UNRELEASED; urgency=low | |||
56 | /etc/ssh/sshd_config, and add UsePAM commentary from upstream-shipped | 56 | /etc/ssh/sshd_config, and add UsePAM commentary from upstream-shipped |
57 | configuration file (closes: #415008, although unfortunately this will | 57 | configuration file (closes: #415008, although unfortunately this will |
58 | only be conveniently visible on new installations). | 58 | only be conveniently visible on new installations). |
59 | * Include URL to OpenBSD's ssl(8) in ssh(1) (closes: #530692). | ||
59 | 60 | ||
60 | -- Colin Watson <cjwatson@debian.org> Thu, 12 Nov 2009 21:31:44 +0000 | 61 | -- Colin Watson <cjwatson@debian.org> Thu, 12 Nov 2009 21:31:44 +0000 |
61 | 62 | ||
@@ -769,6 +769,10 @@ The | |||
769 | .Sx HISTORY | 769 | .Sx HISTORY |
770 | section of | 770 | section of |
771 | .Xr ssl 8 | 771 | .Xr ssl 8 |
772 | (on non-OpenBSD systems, see | ||
773 | .nh | ||
774 | http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY) | ||
775 | .hy | ||
772 | contains a brief discussion of the two algorithms. | 776 | contains a brief discussion of the two algorithms. |
773 | .Pp | 777 | .Pp |
774 | The file | 778 | The file |