diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-13 12:59:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-13 12:59:09 +0000 |
commit | 1bbfc2072b9f0136e479547eda1b34aa5fae9508 (patch) | |
tree | fa63b9ba2b8123a932c54f258c24fbfca2e5e1cc /debian | |
parent | 81775ecb54bee2cbc7250627f6394062c3e3b4b2 (diff) |
Document how to generate an RSA1 host key (#141703).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 5 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index ca928f9f0..4b6875d2c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -87,7 +87,10 @@ Protocol 2,1 | |||
87 | Also add the line: | 87 | Also add the line: |
88 | HostKey /etc/ssh/ssh_host_key | 88 | HostKey /etc/ssh/ssh_host_key |
89 | 89 | ||
90 | (you may need to generate a host key if you do not already have one) | 90 | If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key, |
91 | you will need to generate one. To do so, run this command as root: | ||
92 | |||
93 | ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1 | ||
91 | 94 | ||
92 | X11 Forwarding | 95 | X11 Forwarding |
93 | -------------- | 96 | -------------- |
diff --git a/debian/changelog b/debian/changelog index bc7542a50..b194b4296 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -6,6 +6,7 @@ openssh (1:3.6.1p2-7) UNRELEASED; urgency=low | |||
6 | * Some small improvements to the English templates courtesy of Christian | 6 | * Some small improvements to the English templates courtesy of Christian |
7 | Perrier. I've manually unfuzzied a few translations where it was | 7 | Perrier. I've manually unfuzzied a few translations where it was |
8 | obvious, on Christian's advice, but the others will have to be updated. | 8 | obvious, on Christian's advice, but the others will have to be updated. |
9 | * Document how to generate an RSA1 host key (closes: #141703). | ||
9 | 10 | ||
10 | -- Colin Watson <cjwatson@debian.org> Thu, 11 Sep 2003 11:45:35 +0100 | 11 | -- Colin Watson <cjwatson@debian.org> Thu, 11 Sep 2003 11:45:35 +0100 |
11 | 12 | ||