diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-03 22:13:52 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-03 22:13:52 +1100 |
commit | 4095f894dce73a9024493c81190f786b64672c4a (patch) | |
tree | fe09f63c536c8b78edd97f0bcbbf0e5b35aba7f3 /INSTALL | |
parent | 2453d01611c2abb76fc6e1355a70d628ccf8e446 (diff) | |
download | openssh-git-4095f894dce73a9024493c81190f786b64672c4a.tar.gz |
- Added "make host-key" target, Suggestion from Dominik Brettnacher
<domi@saargate.de>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,8 +173,8 @@ whatever you specified as your --sysconfdir (/usr/local/etc by default). The default configuration should be instantly usable, though you should review it to ensure that it matches your security requirements. -To generate a host key, issue the following command: (replacing -/etc/ssh/ssh_host_key with an appropriate path) +To generate a host key, run "make host-key". Alternately you can do so +manually using the following command: /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' |