summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-13 12:59:09 +0000
committerColin Watson <cjwatson@debian.org>2003-09-13 12:59:09 +0000
commit1bbfc2072b9f0136e479547eda1b34aa5fae9508 (patch)
treefa63b9ba2b8123a932c54f258c24fbfca2e5e1cc /debian
parent81775ecb54bee2cbc7250627f6394062c3e3b4b2 (diff)
Document how to generate an RSA1 host key (#141703).
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog1
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
87Also add the line: 87Also add the line:
88HostKey /etc/ssh/ssh_host_key 88HostKey /etc/ssh/ssh_host_key
89 89
90(you may need to generate a host key if you do not already have one) 90If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key,
91you 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
92X11 Forwarding 95X11 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