]> git.pld-linux.org Git - packages/openssh.git/blobdiff - opensshd.init
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/openssh.git] / opensshd.init
index 2756528ad18d4463d4b74d85056130b495cf1f36..7361f156a7f1663faee31a6596b475dc4cfc4824 100644 (file)
@@ -65,11 +65,18 @@ case "$1" in
        echo "Now the SSH host key will be generated. Please note, that if you"
        echo "will use password for the key, you will need to type it on each"
        echo "reboot."
-       ssh-keygen -f /etc/ssh/ssh_host_key
+       /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key
+       chmod 600 /etc/ssh/ssh_host_key
+        /usr/bin/ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key
+       chmod 600 /etc/ssh/ssh_host_dsa_key
        exit $?
-       ;;      
+       ;;
+  reload)
+       msg_reloading OpenSSH
+       killproc sshd -HUP
+       ;;
   *)
-       msg_Usage "$0 {start|stop|status|restart}"
+       msg_Usage "$0 {start|stop|init|status|restart|reload}"
        exit 1
 esac
 
This page took 0.049977 seconds and 4 git commands to generate.