diff options
author | Colin Watson <cjwatson@debian.org> | 2017-04-02 01:26:17 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-04-02 01:54:08 +0100 |
commit | 20adc7e0fc13ff9c7d270db250aac1fa140e3851 (patch) | |
tree | 5d9f06b0ff195db88093037d9102f0cdcf3884c6 /INSTALL | |
parent | af27669f905133925224acc753067dea710881dd (diff) | |
parent | ec338656a3d6b21bb87f3b6367b232d297f601e5 (diff) |
New upstream release (7.5p1)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ | |||
1 | 1. Prerequisites | ||
1 | ---------------- | 2 | ---------------- |
2 | 3 | ||
3 | A C compiler. Any C89 or better compiler should work. Where supported, | 4 | A 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 | ||
234 | for each of the types you wish to generate (rsa, dsa or ecdsaa) or | 235 | for 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 | ||