--- alx-src/branches/alxconf-060/functions/config_ssh_auth.sh 2012/04/16 08:42:19 3483 +++ alx-src/branches/alxconf-060/functions/config_ssh_auth.sh 2012/04/16 08:45:02 3484 @@ -5,13 +5,13 @@ { if [ ! -e /etc/dropbear/dropbear_dss_host_key ] then - echo -e ${COLOREDSTAR}"Generating DSS-Hostkey ..." + rc_print "Generating DSS-Hostkey ..." dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key fi if [ ! -e /etc/dropbear/dropbear_rsa_host_key ] then - echo -e ${COLREDSTAR}"Generating RSA-Hostkey ..." + rc_print "Generating RSA-Hostkey ..." dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key fi }