From 753a045ea4ad19d3586232e7df124000198bdc28 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 7 Sep 2011 09:11:18 +1000 Subject: - (djm) [README version.h] Correct version --- contrib/redhat/sshd.init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib') diff --git a/contrib/redhat/sshd.init b/contrib/redhat/sshd.init index 2334d8142..e9a751796 100755 --- a/contrib/redhat/sshd.init +++ b/contrib/redhat/sshd.init @@ -40,10 +40,10 @@ start() # Create keys if necessary /usr/bin/ssh-keygen -A if [ -x /sbin/restorecon ]; then - /sbin/restorcon /etc/ssh/ssh_host_key.pub - /sbin/restorcon /etc/ssh/ssh_host_rsa_key.pub - /sbin/restorcon /etc/ssh/ssh_host_dsa_key.pub - /sbin/restorcon /etc/ssh/ssh_host_ecdsa_key.pub + /sbin/restorecon /etc/ssh/ssh_host_key.pub + /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub + /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pub + /sbin/restorecon /etc/ssh/ssh_host_ecdsa_key.pub fi echo -n $"Starting $prog:" -- cgit v1.2.3