[SCM] live-config branch, debian-next, updated. debian/3.0_a12-1-3-g391500d

Daniel Baumann daniel at debian.org
Thu Nov 25 01:24:50 UTC 2010


The following commit has been merged in the debian-next branch:
commit 391500d4967fff283f49bcf835d84ce45d7e14ab
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Nov 25 02:24:28 2010 +0100

    Adding missing argument in ssh_keygen calls in openssh-server script.

diff --git a/scripts/config/118-openssh-server b/scripts/config/118-openssh-server
index 3f9221a..8f3a403 100755
--- a/scripts/config/118-openssh-server
+++ b/scripts/config/118-openssh-server
@@ -26,14 +26,14 @@ Configure_openssh_server ()
 {
 	if [ ! -e /etc/ssh/ssh_host_rsa_key ]
 	then
-		ssh-keygen -q -f /etc/ssh/ssh_host_rsa_key -N -t rsa
+		ssh-keygen -q -f /etc/ssh/ssh_host_rsa_key -N "" -t rsa
 
 		_SSH="true"
 	fi
 
 	if [ ! -e /etc/ssh/ssh_host_dsa_key ]
 	then
-		ssh-keygen -q -f /etc/ssh/ssh_host_dsa_key -N -t dsa
+		ssh-keygen -q -f /etc/ssh/ssh_host_dsa_key -N "" -t dsa
 
 		_SSH="true"
 	fi

-- 
live-config



More information about the debian-live-changes mailing list