summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-12-20 12:16:11 +1100
committerDarren Tucker <dtucker@zip.com.au>2016-12-20 12:16:11 +1100
commit30eee7d1b2fec33c14870cc11910610be5d2aa6f (patch)
treef17a5e518546690116106ee03bfd3f69a54eab46 /INSTALL
parentc8c60f3663165edd6a52632c6ddbfabfce1ca865 (diff)
Re-add missing "Prerequisites" header and fix typo
Patch from HARUYAMA Seigo <haruyama at unixuser org>.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6bc80b68f..92106bf02 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,4 @@
11. Prerequisites
1---------------- 2----------------
2 3
3A C compiler. Any C89 or better compiler should work. Where supported, 4A C compiler. Any C89 or better compiler should work. Where supported,
@@ -231,7 +232,7 @@ manually using the following commands:
231 232
232 ssh-keygen -t [type] -f /etc/ssh/ssh_host_key -N "" 233 ssh-keygen -t [type] -f /etc/ssh/ssh_host_key -N ""
233 234
234for each of the types you wish to generate (rsa, dsa or ecdsaa) or 235for each of the types you wish to generate (rsa, dsa or ecdsa) or
235 236
236 ssh-keygen -A 237 ssh-keygen -A
237 238