From b9939fc37a909ac0bfb82d4d2fe9c9665915124f Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 22 Dec 2005 19:28:12 +0000 Subject: [PATCH] add all keys for all different protocols... svn path=/nixpkgs/trunk/; revision=4413 --- pkgs/servers/ssh-script/sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/ssh-script/sshd b/pkgs/servers/ssh-script/sshd index df7557e51840..5fb92c7185ad 100755 --- a/pkgs/servers/ssh-script/sshd +++ b/pkgs/servers/ssh-script/sshd @@ -28,7 +28,7 @@ RSA1_KEY=/etc/ssh/ssh_host_key RSA_KEY=/etc/ssh/ssh_host_rsa_key DSA_KEY=/etc/ssh/ssh_host_dsa_key PID_FILE=/var/run/sshd.pid -OPTIONS="-h $DSA_KEY" +OPTIONS="-h $DSA_KEY -h RSA_KEY -h RSA1_KEY" do_rsa1_keygen() { if [ ! -s $RSA1_KEY ]; then