From c1bb0979999318397a014b9fcce727948153bf4f Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 11 Feb 2011 10:27:18 -0300 Subject: openssh: security bump to version 5.8p1 http://www.openssh.com/txt/legacy-cert.adv CVE-2011-0539 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/openssh/S50sshd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/openssh/S50sshd') diff --git a/package/openssh/S50sshd b/package/openssh/S50sshd index 3821449fb..f0d2aef5a 100644 --- a/package/openssh/S50sshd +++ b/package/openssh/S50sshd @@ -25,6 +25,14 @@ if [ ! -f /etc/ssh_host_dsa_key ] ; then echo /usr/bin/ssh-keygen -t dsa -f /etc/ssh_host_dsa_key -C '' -N '' fi + +# Check for the SSH2 ECDSA key +if [ ! -f /etc/ssh_host_ecdsa_key ]; then + echo Generating ECDSA Key... + echo THIS CAN TAKE A MINUTE OR TWO DEPENDING ON YOUR PROCESSOR! + echo + /usr/bin/ssh-keygen -t ecdsa -f /etc/ssh_host_ecdsa_key -C '' -N '' +fi umask 077 -- cgit v1.2.3