Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
20a1337a9c
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      package/base/openssh/postinstall.sh

+ 0
- 6
package/base/openssh/postinstall.sh

@ -13,9 +13,3 @@ if any_installed "usr/bin/ssh-keygen" ; then
fi
fi
exit 0
if any_removed "usr/bin/ssh-keygen" ; then
echo "Removing ssh host keys"
rm -f /etc/ssh/ssh_host_key /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_rsa_key
fi

Loading…
Cancel
Save