From 1bbfc2072b9f0136e479547eda1b34aa5fae9508 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 13 Sep 2003 12:59:09 +0000 Subject: Document how to generate an RSA1 host key (#141703). --- debian/README.Debian | 5 ++++- debian/changelog | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') 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 Also add the line: HostKey /etc/ssh/ssh_host_key -(you may need to generate a host key if you do not already have one) +If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key, +you will need to generate one. To do so, run this command as root: + + ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1 X11 Forwarding -------------- 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 * Some small improvements to the English templates courtesy of Christian Perrier. I've manually unfuzzied a few translations where it was obvious, on Christian's advice, but the others will have to be updated. + * Document how to generate an RSA1 host key (closes: #141703). -- Colin Watson Thu, 11 Sep 2003 11:45:35 +0100 -- cgit v1.2.3