--- elwix/build_fs.sh 2011/10/20 14:16:14 1.2.2.1 +++ elwix/build_fs.sh 2011/10/20 23:44:52 1.2.2.2 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.2.2.1 2011/10/20 14:16:14 misho Exp $ +# $Id: build_fs.sh,v 1.2.2.2 2011/10/20 23:44:52 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -178,6 +178,7 @@ mketc() chmod 0600 $1/etc/ssh/ssh_host_dsa_key; chmod 0600 $1/etc/ssh/ssh_host_key; chmod 0600 $1/etc/ssh/ssh_host_rsa_key; + chmod 0600 $1/etc/ssh/ssh_host_ecdsa_key; chmod 0440 $1/etc/sudoers;