summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-04-29 22:16:26 +1000
committerDamien Miller <djm@mindrot.org>2001-04-29 22:16:26 +1000
commit8dae92a3e9d04452e095ead14c4e8e5aba177bc5 (patch)
tree2300d3c6608ca8a17601a3224012e2b0673fba9c
parent8d46725e43f19fd5674b85a2cfd3c05b424d8a3b (diff)
Add some description to the SecurID patch
-rw-r--r--contrib/SecurID.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/SecurID.diff b/contrib/SecurID.diff
index fcbb7378..c13aa399 100644
--- a/contrib/SecurID.diff
+++ b/contrib/SecurID.diff
@@ -1,3 +1,19 @@
+This patch from Theo Schlossnagle <jesus@omniti.com> adds SecurID
+authentication support to portable OpenSSH. To apply, run the following
+command from the source directory:
+
+patch -p1 < contrib/SecurID.diff
+
+You will need to re-run 'configure' if you have not already done so. Please
+refer to the README.SecurID (which will be created by the above command) for
+more information.
+
+The homepage for the latest version of this patch is:
+
+http://www.omniti.com/~jesus/projects/
+
+Please refer to the homepage first if you have any problems.
+
diff -ruN openssh-2.9p1-orig/Makefile.in openssh-2.9p1/Makefile.in
--- openssh-2.9p1-orig/Makefile.in Fri Apr 27 10:31:08 2001
+++ openssh-2.9p1/Makefile.in Sun Apr 29 21:59:59 2001