summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 15ddffc17..4c1c0f868 100644
--- a/INSTALL
+++ b/INSTALL
@@ -173,8 +173,8 @@ whatever you specified as your --sysconfdir (/usr/local/etc by default).
173The default configuration should be instantly usable, though you should 173The default configuration should be instantly usable, though you should
174review it to ensure that it matches your security requirements. 174review it to ensure that it matches your security requirements.
175 175
176To generate a host key, issue the following command: (replacing 176To generate a host key, run "make host-key". Alternately you can do so
177/etc/ssh/ssh_host_key with an appropriate path) 177manually using the following command:
178 178
179/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' 179/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
180 180